mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
- Add LICENSE_FILE
- Use USES=localbase
This commit is contained in:
parent
950349ba2d
commit
d1abcb97e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399373
@ -11,15 +11,14 @@ MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Dictionary Server Protocol (RFC2229) client
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libmaa.so:${PORTSDIR}/devel/libmaa
|
||||
|
||||
ALL_TARGET= dict
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install.dict
|
||||
LIBS+= -L${LOCALBASE}/lib
|
||||
USES= bison gmake libtool:build
|
||||
USES= bison gmake libtool:build localbase
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|^ mkdir| mkdir|' ${WRKSRC}/Makefile.in
|
||||
|
Loading…
Reference in New Issue
Block a user