openbsd-ports/textproc/libxslt/Makefile

34 lines
782 B
Makefile
Raw Normal View History

2006-08-03 19:55:10 -04:00
# $OpenBSD: Makefile,v 1.51 2006/08/03 23:55:11 espie Exp $
COMMENT= "XSLT C Library for GNOME"
DISTNAME= libxslt-1.1.17
SHARED_LIBS= exslt 9.2 \
xslt 3.2
2005-12-25 06:44:54 -05:00
CATEGORIES= textproc
HOMEPAGE= http://xmlsoft.org/XSLT/
2006-05-12 12:08:36 -04:00
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
2004-12-06 19:23:20 -05:00
WANTLIB= c gpg-error iconv intl m z
2006-08-03 19:55:10 -04:00
LIB_DEPENDS= xml2.>=9:libxml->=2.6.25:textproc/libxml \
gcrypt.>=12::security/libgcrypt
2005-12-25 06:44:54 -05:00
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>