pkgsrc-wip/ap2-jk2/Makefile
Juan Romero Pardines c6191a1c06 Initial import of ap2-jk2-2.0.4.
mod_jk2 handles the communication between Tomcat and Apache.
JK2 is a refactoring of JK and is much more powerful.
2004-05-27 15:53:35 +00:00

32 lines
903 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/05/27 15:53:35 xtraeme Exp $
#
DISTNAME= jakarta-tomcat-connectors-jk2-${AP_JK_VER}-src
PKGNAME= ap2-jk2-${AP_JK_VER}
CATEGORIES= www
MASTER_SITES= http://www.apache.org/dist/jakarta/tomcat-connectors/jk2/source/
MAINTAINER= xtraeme@NetBSD.org
HOMEPAGE= http://jakarta.apache.org/tomcat/
COMMENT= Apache2 JK2 module for connecting to Tomcat using AJP1X
WRKSRC= ${WRKDIR}/${DISTNAME}/jk/native2
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
AP_JK_VER= 2.0.4
ALL_TARGET= jk2-build-apxs
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
do-install:
@(cd ${WRKSRC}/server/apache2; \
${GMAKE} -f Makefile.apxs install; \
${APXS} -e -A -n jk2 mod_jk2.la)
${INSTALL_DATA_DIR} ${EGDIR}
${INSTALL_DATA} ${WRKDIR}/${DISTNAME}/jk/conf/workers.properties \
${EGDIR}
.include "../../www/apache2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"