1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Add LICENSE_FILE

- Use USES=localbase
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-10-15 20:16:46 +00:00
parent 159345733b
commit ec5f2167f0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399371

View File

@ -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}