2008-05-22 12:14:26 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.57 2008/05/22 16:14:26 jasper Exp $
|
2001-04-18 14:25:33 -04:00
|
|
|
|
2007-09-15 16:59:36 -04:00
|
|
|
COMMENT= XSLT C Library for GNOME
|
2001-04-18 14:25:33 -04:00
|
|
|
|
2008-05-22 12:14:26 -04:00
|
|
|
DISTNAME= libxslt-1.1.24
|
|
|
|
SHARED_LIBS= exslt 9.7 \
|
|
|
|
xslt 3.7
|
2005-12-25 06:44:54 -05:00
|
|
|
|
2003-08-11 19:49:45 -04:00
|
|
|
CATEGORIES= textproc
|
2001-04-18 14:25:33 -04:00
|
|
|
|
2003-08-11 19:49:45 -04:00
|
|
|
HOMEPAGE= http://xmlsoft.org/XSLT/
|
2001-04-18 14:25:33 -04:00
|
|
|
|
2006-05-12 12:08:36 -04:00
|
|
|
MASTER_SITES= ftp://xmlsoft.org/libxslt/ \
|
2004-10-22 18:06:57 -04:00
|
|
|
${MASTER_SITE_GNOME:=sources/libxslt/1.1/}
|
2003-08-11 19:49:45 -04:00
|
|
|
|
|
|
|
# BSD-like
|
2001-04-18 14:25:33 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2007-04-23 11:38:04 -04:00
|
|
|
WANTLIB= c gpg-error m z
|
2001-04-18 14:25:33 -04:00
|
|
|
|
2007-04-23 11:38:04 -04:00
|
|
|
MODULES= devel/gettext
|
|
|
|
LIB_DEPENDS= xml2.>=9:libxml->=2.6.27:textproc/libxml \
|
2006-08-03 19:55:10 -04:00
|
|
|
gcrypt.>=12::security/libgcrypt
|
2001-04-18 14:25:33 -04:00
|
|
|
|
2005-12-25 06:44:54 -05:00
|
|
|
USE_LIBTOOL= Yes
|
2003-08-11 19:49:45 -04:00
|
|
|
USE_GMAKE= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
CONFIGURE_ARGS+= --with-libxml-include-prefix='${LOCALBASE}/include/'
|
|
|
|
CONFIGURE_ARGS+= --without-python
|
2001-11-13 13:02:26 -05:00
|
|
|
|
2001-04-18 14:25:33 -04:00
|
|
|
.include <bsd.port.mk>
|