openbsd-ports/textproc/libxslt/Makefile
shell 244d5d7c87 libxslt required libxml >= 2.4.17, ok espie@
- reported by Jean-Yves Burlett <jean-yves@burlett.org>
2002-03-26 19:17:32 +00:00

34 lines
752 B
Makefile

# $OpenBSD: Makefile,v 1.20 2002/03/26 19:17:32 shell Exp $
COMMENT= "XSLT C Library for GNOME"
DISTNAME= libxslt-1.0.14
CATEGORIES= textproc
NEED_VERSION= 1.504
HOMEPAGE= http://xmlsoft.org/XSLT/
MAINTAINER= Shell Hung <shell@openbsd.org>
LIB_DEPENDS= xml.2.6:libxml->=2.4.17:textproc/libxml
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://xmlsoft.org/ \
ftp://xmlsoft.org/old/ \
ftp://speakeasy.rpmfind.net/pub/libxml/ \
ftp://fr.rpmfind.net/pub/libxml/
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} --enable-static
CONFIGURE_ARGS+= --with-libxml-include-prefix='${LOCALBASE}/include/'
REGRESS_TARGET= tests
.include <bsd.port.mk>