# New ports collection makefile for: lucene # Date created: 02 Jan 2008 # Whom: Gerrit Beine # # $FreeBSD$ PORTNAME= lucene PORTVERSION= 2.3.2 PORTREVISION= 1 CATEGORIES= textproc java devel MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%,lucene/java,} DISTNAME= lucene-${PORTVERSION} MAINTAINER= gerrit.beine@gmx.de COMMENT= A full-text search engine for Java NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.5+ OPTIONS= DOCS "Install docs & examples" on PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}-core-${PORTVERSION}.jar .include .if defined(WITHOUT_DOCS) || !defined(WITH_DOCS) NOPORTDOCS= yes .endif .if !defined(NOPORTDOCS) PORTDOCS= * .endif DEMODIR= src/demo/org/apache/lucene/demo do-install: @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}-core-${PORTVERSION}.jar ${JAVAJARDIR} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/CHANGES.txt ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/LICENSE.txt ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/NOTICE.txt ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README.txt ${DOCSDIR} @cd ${WRKSRC}/docs/ \ && ${FIND} . -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \ && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; @${MKDIR} ${EXAMPLESDIR} @cd ${WRKSRC}/${DEMODIR} \ && ${FIND} . -type d -exec ${MKDIR} ${EXAMPLESDIR}/{} \; \ && ${FIND} . -type f -exec ${INSTALL_DATA} {} ${EXAMPLESDIR}/{} \; .endif post-install: .if !defined(NOPORTDOCS) @${FIND} -s ${WRKSRC}/${DEMODIR} -not -type d \ | ${SED} -ne 's,^${WRKSRC}/${DEMODIR},${EXAMPLESDIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST} @${FIND} -s -d ${WRKSRC}/${DEMODIR} -type d \ | ${SED} -ne 's,^${WRKSRC}/${DEMODIR},@dirrm ${EXAMPLESDIR:S,^${PREFIX}/,,},p' >> ${TMPPLIST} .endif .include ron4/files/elliptic-6.5.4'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Add SHA256pav2005-11-251-0/+1
* Remove myself from MAINTAINERache2005-10-171-1/+1
* Add size data, approved by maintainers.trevor2004-03-211-0/+1
* Clear moonlight beckons.ade2003-03-072-1/+1
* Fix build on current.kris2002-06-161-9/+9
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-6/+6
* Update to use PORTNAME/PORTVERSIONcpiazza2000-04-141-3/+3
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-31