ad6ceadd25
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
25 lines
577 B
Makefile
25 lines
577 B
Makefile
# $NetBSD: Makefile,v 1.34 2008/01/18 05:09:47 tnn Exp $
|
|
|
|
DISTNAME= modxslt-1.1
|
|
PKGNAME= ap13-xslt-1.1
|
|
PKGREVISION= 1
|
|
CATEGORIES= www
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=modxslt/}
|
|
|
|
MAINTAINER= jwise@NetBSD.org
|
|
HOMEPAGE= http://www.mod-xslt2.com/
|
|
COMMENT= Simple, fast XSLT transformations for apache
|
|
|
|
CONFLICTS= ap-xslt-[0-9]*
|
|
|
|
WRKSRC= ${WRKDIR}/modxslt
|
|
|
|
APACHE_MODULE_NAME= mod_xslt.so
|
|
LDFLAGS+= -lsablot
|
|
|
|
.include "../../www/apache/module.mk"
|
|
|
|
.include "../../textproc/sablotron/buildlink3.mk"
|
|
.include "../../www/libwww/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|