pkgsrc/www/ap2-transform/Makefile
joerg 7ac9657102 Change naming of Apache 2.2 modules to use ap22 prefix.
Allow apache22 in some more case and add a hack to devel/subversion
to determine the module by the state of the apache22 option.
This comes from www/ap2-subversion and should be fixed to properly
use build options or so.

OK agc@
2007-06-30 16:09:07 +00:00

24 lines
665 B
Makefile

# $NetBSD: Makefile,v 1.14 2007/06/30 16:09:09 joerg Exp $
#
DISTNAME= mod_transform-0.4.0
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//}
PKGREVISION= 4
CATEGORIES= www
MASTER_SITES= http://www.outoforder.cc/downloads/mod_transform/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.outoforder.cc/projects/apache/mod_transform/
COMMENT= Filter module for Apache 2.0 to do dynamic XSL transformations
USE_TOOLS+= pkg-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
PKG_APACHE_ACCEPTED= apache2 apache22
CONFIGURE_ARGS+= --with-apxs=${APXS:Q}
.include "../../textproc/libxslt/buildlink3.mk"
.include "../../mk/apache.mk"
.include "../../mk/bsd.pkg.mk"