openbsd-ports/textproc/libxslt/Makefile
2006-05-22 11:33:49 +00:00

34 lines
764 B
Makefile

# $OpenBSD: Makefile,v 1.49 2006/05/22 11:33:49 steven Exp $
COMMENT= "XSLT C Library for GNOME"
DISTNAME= libxslt-1.1.16
SHARED_LIBS= exslt 9.1 \
xslt 3.1
CATEGORIES= textproc
HOMEPAGE= http://xmlsoft.org/XSLT/
MASTER_SITES= ftp://xmlsoft.org/libxslt/ \
${MASTER_SITE_GNOME:=sources/libxslt/1.1/}
# BSD-like
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c gpg-error iconv intl m z
LIB_DEPENDS= xml2.8::textproc/libxml \
gcrypt.12::security/libgcrypt
USE_LIBTOOL= Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --with-libxml-include-prefix='${LOCALBASE}/include/'
CONFIGURE_ARGS+= --without-python
.include <bsd.port.mk>