Date: Thu, 15 Oct 2015 20:17:11 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399376 - head/www/xapian-omega Message-ID: <201510152017.t9FKHBEa024618@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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= *
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510152017.t9FKHBEa024618>