- Add LICENSE_FILE
- Use USES=localbase
This commit is contained in:
parent
90940ae575
commit
f359bcf5d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=399376
1 changed files with 2 additions and 3 deletions
|
@ -11,6 +11,7 @@ MAINTAINER= sunpoet@FreeBSD.org
|
|||
COMMENT= CGI search application built on Xapian
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
|
||||
libxapian.so:${PORTSDIR}/databases/xapian-core
|
||||
|
@ -24,11 +25,9 @@ PORTSCOUT= limitw:1,even
|
|||
CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR}
|
||||
CONFIGURE_ENV= PCRE_CONFIG=${LOCALBASE}/bin/pcre-config \
|
||||
XAPIAN_CONFIG=${LOCALBASE}/bin/xapian-config
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
USE_LDCONFIG= yes
|
||||
USES= libtool perl5 shebangfix tar:xz
|
||||
USES= libtool localbase perl5 shebangfix tar:xz
|
||||
|
||||
MORE_PORTDOCS= AUTHORS ChangeLog NEWS README TODO
|
||||
PORTDATA= *
|
||||
|
|
Loading…
Reference in a new issue