2006-01-07 05:17:12 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.47 2006/01/07 10:17:12 steven Exp $
|
2001-04-18 14:25:33 -04:00
|
|
|
|
2003-08-11 19:49:45 -04:00
|
|
|
COMMENT= "XSLT C Library for GNOME"
|
2001-04-18 14:25:33 -04:00
|
|
|
|
2004-11-11 10:11:12 -05:00
|
|
|
DISTNAME= libxslt-1.1.12
|
2005-12-30 05:13:00 -05:00
|
|
|
PKGNAME= $(DISTNAME)p3
|
2005-12-25 06:44:54 -05:00
|
|
|
SHARED_LIBS= exslt 9.0 \
|
|
|
|
xslt 3.0
|
|
|
|
|
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
|
|
|
|
2003-08-11 19:49:45 -04:00
|
|
|
MASTER_SITES= ftp://xmlsoft.org/ \
|
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
|
2004-12-06 19:23:20 -05:00
|
|
|
WANTLIB= c gpg-error iconv intl m z
|
2001-04-18 14:25:33 -04:00
|
|
|
|
2004-10-02 13:59:52 -04:00
|
|
|
LIB_DEPENDS= xml2.8::textproc/libxml \
|
|
|
|
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>
|