openbsd-ports/textproc/libxslt/Makefile

32 lines
723 B
Makefile
Raw Normal View History

2002-05-27 01:09:47 -04:00
# $OpenBSD: Makefile,v 1.24 2002/05/27 05:09:47 shell Exp $
2001-09-09 14:14:51 -04:00
COMMENT= "XSLT C Library for GNOME"
2002-05-27 01:09:47 -04:00
DISTNAME= libxslt-1.0.17
CATEGORIES= textproc
2002-04-19 06:12:48 -04:00
NEED_VERSION= 1.524
2001-07-20 13:36:50 -04:00
HOMEPAGE= http://xmlsoft.org/XSLT/
MAINTAINER= Shell Hung <shell@openbsd.org>
2002-04-19 06:12:48 -04:00
LIB_DEPENDS= xml2.6.20::textproc/libxml
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2001-07-20 13:36:50 -04:00
MASTER_SITES= ftp://xmlsoft.org/ \
ftp://xmlsoft.org/old/ \
2001-07-20 13:36:50 -04:00
ftp://speakeasy.rpmfind.net/pub/libxml/ \
ftp://fr.rpmfind.net/pub/libxml/
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
CONFIGURE_ARGS+= --with-libxml-include-prefix='${LOCALBASE}/include/'
REGRESS_TARGET= tests
.include <bsd.port.mk>