1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/tomcat-native/Makefile
Alex Dupre 0d5a516b63 Update to 1.1.22 release.
PR:		ports/159653
Submitted by:	Jason Helfman <jhelfman@experts-exchange.com>
2011-08-10 21:23:40 +00:00

35 lines
770 B
Makefile

# New ports collection makefile for: tomcat-native
# Date created: 28 Feb 2008
# Whom: Alex Dupre <ale@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= tomcat-native
PORTVERSION= 1.1.22
CATEGORIES= www java
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= tomcat/tomcat-connectors/native/${PORTVERSION}/source
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= ale@FreeBSD.org
COMMENT= Tomcat native library
LICENSE= ASL
LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE
LIB_DEPENDS= apr-1:${PORTSDIR}/devel/apr1
WRKSRC= ${WRKDIR}/${DISTNAME}/jni/native
USE_OPENSSL= yes
USE_JAVA= yes
USE_LDCONFIG= yes
JAVA_VERSION= 1.5+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-apr=${LOCALBASE} \
--with-java-home=${JAVA_HOME} \
--with-ssl=${SSLBASE}
.include <bsd.port.mk>