diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2008-12-19 21:12:36 +0000 |
commit | 616aaf4b1fc83a87f7a49e0e81e8f7c9db6dbcad (patch) | |
tree | eca5ff8ef89030731d682a14daebcc8cbd2245ac /www/xapian-omega10/Makefile | |
parent | - Fix modes of the temp directory [1] (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_1_0'.release/7.1.0
Notes
Notes:
svn path=/head/; revision=224474
svn path=/tags/RELEASE_7_1_0/; revision=224475; tag=release/7.1.0
Diffstat (limited to 'www/xapian-omega10/Makefile')
-rw-r--r-- | www/xapian-omega10/Makefile | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/www/xapian-omega10/Makefile b/www/xapian-omega10/Makefile deleted file mode 100644 index dec8d41af7fc..000000000000 --- a/www/xapian-omega10/Makefile +++ /dev/null @@ -1,66 +0,0 @@ -# New ports collection makefile for: xapian-omega -# Date created: 05 Jul 2008 -# Whom: Henrik Brix Andersen <brix@FreeBSD.org> -# -# $FreeBSD$ - -PORTNAME= xapian-omega -PORTVERSION= 1.0.7 -CATEGORIES= www -MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= brix - -MAINTAINER= brix@FreeBSD.org -COMMENT= CGI search application built on Xapian - -LIB_DEPENDS= xapian.20:${PORTSDIR}/databases/xapian-core - -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_PERL5_RUN= yes - -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= omindex.1 scriptindex.1 - -MORE_PORTDOCS= AUTHORS ChangeLog NEWS README TODO -PORTDOCS= cgiparams.html omegascript.html overview.html \ - quickstart.html scriptindex.html termprefixes.html \ - ${MORE_PORTDOCS} -PORTEXAMPLES= omega.conf - -OPTIONS= ICONV "Enable iconv character set conversion support" On - -.include <bsd.port.pre.mk> - -.if defined(WITH_ICONV) -USE_ICONV= yes -CONFIGURE_ARGS+= --with-iconv -.else -CONFIGURE_ARGS+= --without-iconv -.endif - -post-patch: - @${REINPLACE_CMD} \ - -e 's|^\(dist_sysconf_DATA\ =\ omega\.conf\)|#\1|' \ - -e "s|^\(pkglibbindir\)\ =.*/bin|\1\ =\ \$$(prefix)/${WWWDIR_REL}/cgi-bin|" \ - ${WRKSRC}/Makefile.in -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} \ - -e 's|^\(SUBDIRS\ =\ \.\) docs|\1|' \ - ${WRKSRC}/Makefile.in -.endif - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${MORE_PORTDOCS:S@^@${WRKSRC}/@} ${DOCSDIR} -.endif -.if !defined(NOPORTEXAMPLES) - ${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${PORTEXAMPLES:S@^@${WRKSRC}/@} ${EXAMPLESDIR} -.endif - -.include <bsd.port.post.mk> |