summaryrefslogtreecommitdiff
path: root/textproc/libxslt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libxslt/Makefile')
-rw-r--r--textproc/libxslt/Makefile36
1 files changed, 18 insertions, 18 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index c9f65f75b241..3f37ccbbf28b 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -2,39 +2,39 @@
PORTNAME= libxslt
DISTVERSION= 1.1.34
-PORTREVISION= 1
-CATEGORIES?= textproc gnome
+PORTREVISION= 2
+CATEGORIES= textproc gnome
MASTER_SITES= http://xmlsoft.org/sources/ \
https://mirror.umd.edu/xbmc/build-deps/sources/
DIST_SUBDIR= gnome2
-MAINTAINER?= desktop@FreeBSD.org
-COMMENT?= The XSLT C library for GNOME
+MAINTAINER= desktop@FreeBSD.org
+COMMENT= XML stylesheet transformation library
-USES+= cpe gmake gnome localbase libtool pathfix
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= cpe gmake gnome localbase libtool pathfix
CPE_VENDOR= xmlsoft
GNU_CONFIGURE= yes
-INSTALL_TARGET= install-strip
+USE_GNOME= libxml2
USE_LDCONFIG= yes
-USE_GNOME?= libxml2
-CONFIGURE_ARGS?=--with-html-dir=${PREFIX}/share/doc \
- --without-python
-LICENSE= MIT
+CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
+ --without-python
-.if defined(MASTERDIR)
-_SLAVE_PORT= yes
-.else
+INSTALL_TARGET= install-strip
+TEST_TARGET= check
-OPTIONS_DEFINE= MEM_DEBUG CRYPTO
+OPTIONS_DEFINE= CRYPTO MEM_DEBUG
OPTIONS_DEFAULT=CRYPTO
+
+CRYPTO_DESC= Enable crypto support
MEM_DEBUG_DESC= Enable memory debugging
-CRYPTO_DESC= Enable crypto support for exslt
-.endif
-MEM_DEBUG_CONFIGURE_ON= --with-mem-debug
-CRYPTO_CONFIGURE_WITH= crypto
CRYPTO_LIB_DEPENDS= libgcrypt.so:security/libgcrypt
+CRYPTO_CONFIGURE_WITH= crypto
+MEM_DEBUG_CONFIGURE_ON= --with-mem-debug
post-patch:
@${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' \