2014-06-10 17:22:13 +02:00
|
|
|
# $NetBSD: Makefile,v 1.20 2014/06/10 15:22:17 joerg Exp $
|
2004-05-30 15:27:16 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= mod_transform-0.4.0
|
2007-06-30 18:09:07 +02:00
|
|
|
PKGNAME= ${APACHE_PKG_PREFIX}-${DISTNAME:S/mod_//}
|
2014-01-01 12:52:02 +01:00
|
|
|
PKGREVISION= 7
|
2004-05-30 15:27:16 +02:00
|
|
|
CATEGORIES= www
|
|
|
|
MASTER_SITES= http://www.outoforder.cc/downloads/mod_transform/
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2004-05-30 15:27:16 +02:00
|
|
|
HOMEPAGE= http://www.outoforder.cc/projects/apache/mod_transform/
|
|
|
|
COMMENT= Filter module for Apache 2.0 to do dynamic XSL transformations
|
2011-03-18 09:11:03 +01:00
|
|
|
LICENSE= gnu-gpl-v2 # or later
|
|
|
|
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= pkg-config
|
2004-05-30 15:27:16 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
2014-06-10 17:22:13 +02:00
|
|
|
PKG_APACHE_ACCEPTED= apache22
|
2006-12-09 00:34:10 +01:00
|
|
|
|
2005-12-06 00:55:01 +01:00
|
|
|
CONFIGURE_ARGS+= --with-apxs=${APXS:Q}
|
2004-05-30 15:27:16 +02:00
|
|
|
|
2011-03-18 09:11:03 +01:00
|
|
|
INSTALLATION_DIRS+= lib/httpd include/httpd
|
|
|
|
|
2004-05-30 15:27:16 +02:00
|
|
|
.include "../../textproc/libxslt/buildlink3.mk"
|
2006-12-09 00:34:10 +01:00
|
|
|
.include "../../mk/apache.mk"
|
2004-05-30 15:27:16 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|