- Regen patches, removed patch-ltconfig - Add patch due to incorrect output from xml2-config (Notified kevlo@) - Bump VERSION
30 lines
684 B
Makefile
30 lines
684 B
Makefile
# $OpenBSD: Makefile,v 1.11 2001/09/21 17:31:55 shell Exp $
|
|
|
|
COMMENT= "XSLT C Library for GNOME"
|
|
|
|
DISTNAME= libxslt-1.0.4
|
|
CATEGORIES= textproc
|
|
NEED_VERSION= 1.460
|
|
HOMEPAGE= http://xmlsoft.org/XSLT/
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
LIB_DEPENDS= xml2.6::textproc/libxml
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ftp://xmlsoft.org/ \
|
|
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/'
|
|
|
|
.include <bsd.port.mk>
|