svn commit: r399752 - head/devel/libdap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Oct 19 20:20:09 UTC 2015


Author: sunpoet
Date: Mon Oct 19 20:20:08 2015
New Revision: 399752
URL: https://svnweb.freebsd.org/changeset/ports/399752

Log:
  - Add LICENSE_FILE
  - Use USES=localbase

Modified:
  head/devel/libdap/Makefile

Modified: head/devel/libdap/Makefile
==============================================================================
--- head/devel/libdap/Makefile	Mon Oct 19 20:20:03 2015	(r399751)
+++ head/devel/libdap/Makefile	Mon Oct 19 20:20:08 2015	(r399752)
@@ -11,16 +11,15 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	SDK which contains an implementation of DAP 2.0 and 3.1
 
 LICENSE=	LGPL21
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
 		libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
 		libxml2.so:${PORTSDIR}/textproc/libxml2
 
-CPPFLAGS+=	-I${LOCALBASE}/include
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
-LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
-USES=		charsetfix gmake libtool pathfix
+USES=		bison charsetfix gmake libtool localbase pathfix
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list