1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/textproc/apache-solr/Makefile
Martin Wilke 1d298e91fb Solr is an open source enterprise search server based on the Lucene
Java search library, with XML/HTTP and JSON APIs, hit highlighting,
faceted search, caching, replication, a web administration interface
and many more features. It runs in a Java servlet container such as
Tomcat.

WWW:	http://lucene.apache.org/solr/

PR:		ports/132665
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
2009-03-22 13:47:54 +00:00

31 lines
652 B
Makefile

# New ports collection makefile for: apache-solr
# Date created: 2009-03-15
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= apache-solr
PORTVERSION= 1.3.0
CATEGORIES= textproc java
MASTER_SITES= ${MASTER_SITE_APACHE:S,%SUBDIR%,lucene/solr/${PORTVERSION},}
EXTRACT_SUFX= .tgz
MAINTAINER= gslin@gslin.org
COMMENT= High performance search server built using Lucene Java
NO_BUILD= yes
USE_JAVA= yes
JAVA_VERSION= 1.5+
.include <bsd.port.pre.mk>
do-install:
${CP} -R ${WRKSRC}/dist/ ${JAVAJARDIR}
.if !defined(NOPORTEXAMPLES)
${MKDIR} ${EXAMPLESDIR}
${CP} -R ${WRKSRC}/example/ ${EXAMPLESDIR}
.endif
.include <bsd.port.post.mk>