diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-10-15 20:16:46 +0000 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-10-15 20:16:46 +0000 |
commit | 4ab3fe47a3767f0ae2cffe4c3e90eba04a74c469 (patch) | |
tree | 2459d15e347f862338bf73321ac00d2e49a91324 | |
parent | 1733f57145331267c1d8558ecd468bf6a7a355f3 (diff) | |
download | FreeBSD-ports-4ab3fe47a3767f0ae2cffe4c3e90eba04a74c469.zip FreeBSD-ports-4ab3fe47a3767f0ae2cffe4c3e90eba04a74c469.tar.gz |
- Add LICENSE_FILE
- Use USES=localbase
-rw-r--r-- | net/dictd/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/dictd/Makefile b/net/dictd/Makefile index 715845f..39663e6 100644 --- a/net/dictd/Makefile +++ b/net/dictd/Makefile @@ -10,15 +10,14 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Dict protocol (RFC 2229) server LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libmaa.so:${PORTSDIR}/devel/libmaa ALL_TARGET= dictd dictzip -CPPFLAGS+= -I${LOCALBASE}/include GNU_CONFIGURE= yes INSTALL_TARGET= install.dictd install.dictzip -LIBS+= -L${LOCALBASE}/lib -USES= bison gmake libtool:build +USES= bison gmake libtool:build localbase SUB_FILES= dictd.conf pkg-message SUB_LIST= PORTSDIR=${PORTSDIR} |