diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:20:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-10-19 20:20:08 +0000 |
commit | f8189ecc53bffe998b5d6bc9569d18f6b2027669 (patch) | |
tree | 390d9a1cc5727598d041e64e23348f07f454b24a | |
parent | 024952e97416a8c292d16166170fc0755cd6452d (diff) | |
download | freebsd-ports-f8189ecc53bffe998b5d6bc9569d18f6b2027669.zip |
- Add LICENSE_FILE
- Use USES=localbase
-rw-r--r-- | devel/libdap/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libdap/Makefile b/devel/libdap/Makefile index 82562e9736ea..ed1731f6d86b 100644 --- a/devel/libdap/Makefile +++ b/devel/libdap/Makefile @@ -11,16 +11,15 @@ MAINTAINER= sunpoet@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> |