2001-11-13 18:02:26 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2001/11/13 18:02:26 shell Exp $
|
2001-04-18 18:25:33 +00:00
|
|
|
|
2001-09-09 18:14:51 +00:00
|
|
|
COMMENT= "XSLT C Library for GNOME"
|
2001-04-18 18:25:33 +00:00
|
|
|
|
2001-11-13 18:02:26 +00:00
|
|
|
DISTNAME= libxslt-1.0.5
|
2001-04-18 18:25:33 +00:00
|
|
|
CATEGORIES= textproc
|
2001-10-27 08:39:13 +00:00
|
|
|
NEED_VERSION= 1.484
|
2001-07-20 17:36:50 +00:00
|
|
|
HOMEPAGE= http://xmlsoft.org/XSLT/
|
2001-04-18 18:25:33 +00:00
|
|
|
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
|
2001-11-13 18:02:26 +00:00
|
|
|
LIB_DEPENDS= xml2::textproc/libxml
|
2001-04-18 18:25:33 +00:00
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2001-07-20 17:36:50 +00:00
|
|
|
MASTER_SITES= ftp://xmlsoft.org/ \
|
|
|
|
ftp://speakeasy.rpmfind.net/pub/libxml/ \
|
|
|
|
ftp://fr.rpmfind.net/pub/libxml/
|
2001-04-18 18:25:33 +00:00
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
2001-09-21 17:31:55 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-04-18 18:25:33 +00:00
|
|
|
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
|
2001-09-21 17:31:55 +00:00
|
|
|
CONFIGURE_ARGS+= --with-libxml-include-prefix='${LOCALBASE}/include/'
|
2001-04-18 18:25:33 +00:00
|
|
|
|
2001-11-13 18:02:26 +00:00
|
|
|
REGRESS_TARGET= tests
|
|
|
|
|
2001-04-18 18:25:33 +00:00
|
|
|
.include <bsd.port.mk>
|