svn commit: r399376 - head/www/xapian-omega

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Oct 15 20:17:12 UTC 2015


Author: sunpoet
Date: Thu Oct 15 20:17:11 2015
New Revision: 399376
URL: https://svnweb.freebsd.org/changeset/ports/399376

Log:
  - Add LICENSE_FILE
  - Use USES=localbase

Modified:
  head/www/xapian-omega/Makefile

Modified: head/www/xapian-omega/Makefile
==============================================================================
--- head/www/xapian-omega/Makefile	Thu Oct 15 20:17:06 2015	(r399375)
+++ head/www/xapian-omega/Makefile	Thu Oct 15 20:17:11 2015	(r399376)
@@ -11,6 +11,7 @@ MAINTAINER=	sunpoet at 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=	*


More information about the svn-ports-head mailing list