2002-05-27 01:09:47 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.24 2002/05/27 05:09:47 shell Exp $
|
2001-04-18 14:25:33 -04:00
|
|
|
|
2001-09-09 14:14:51 -04:00
|
|
|
COMMENT= "XSLT C Library for GNOME"
|
2001-04-18 14:25:33 -04:00
|
|
|
|
2002-05-27 01:09:47 -04:00
|
|
|
DISTNAME= libxslt-1.0.17
|
2001-04-18 14:25:33 -04:00
|
|
|
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/
|
2001-04-18 14:25:33 -04:00
|
|
|
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
|
2002-04-19 06:12:48 -04:00
|
|
|
LIB_DEPENDS= xml2.6.20::textproc/libxml
|
2001-04-18 14:25:33 -04:00
|
|
|
|
|
|
|
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/ \
|
2001-12-31 07:16:07 -05:00
|
|
|
ftp://xmlsoft.org/old/ \
|
2001-07-20 13:36:50 -04:00
|
|
|
ftp://speakeasy.rpmfind.net/pub/libxml/ \
|
|
|
|
ftp://fr.rpmfind.net/pub/libxml/
|
2001-04-18 14:25:33 -04:00
|
|
|
|
2001-09-21 13:31:55 -04:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-04-18 14:25:33 -04:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
|
2001-09-21 13:31:55 -04:00
|
|
|
CONFIGURE_ARGS+= --with-libxml-include-prefix='${LOCALBASE}/include/'
|
2001-04-18 14:25:33 -04:00
|
|
|
|
2001-11-13 13:02:26 -05:00
|
|
|
REGRESS_TARGET= tests
|
|
|
|
|
2001-04-18 14:25:33 -04:00
|
|
|
.include <bsd.port.mk>
|
2001-12-31 07:16:07 -05:00
|
|
|
|