openbsd-ports/textproc/libxslt/Makefile
jasper 044eefbfde - update libxslt to 1.1.24, which includes a SECURITY FIX for SA30315
- bump the minors (suggested by kili@)

ok kili@ simon@ steven@
2008-05-22 16:14:26 +00:00

35 lines
794 B
Makefile

# $OpenBSD: Makefile,v 1.57 2008/05/22 16:14:26 jasper Exp $
COMMENT= XSLT C Library for GNOME
DISTNAME= libxslt-1.1.24
SHARED_LIBS= exslt 9.7 \
xslt 3.7
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 m z
MODULES= devel/gettext
LIB_DEPENDS= xml2.>=9:libxml->=2.6.27: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>