freebsd-ports/textproc/apache-solr/Makefile
Michael Scheidell 5902ff20f1 -Update to 3.4.0
PR:		ports/162281
Submitted by:	Hung-Yi Chen <gaod@hychen.org>
Approved by:	gslin@gslin.org (maintainer timeout, 30 days), mentor (gabor)
Feature safe:	yes
2011-12-08 10:54:18 +00:00

31 lines
693 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= 3.4.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
JAVA_VERSION= 1.5+
NO_BUILD= yes
PLIST_SUB+= PORTVERSION="${PORTVERSION}"
USE_JAVA= yes
.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>