summaryrefslogtreecommitdiff
path: root/security/xmlsec/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/xmlsec/Makefile')
-rw-r--r--security/xmlsec/Makefile9
1 files changed, 7 insertions, 2 deletions
diff --git a/security/xmlsec/Makefile b/security/xmlsec/Makefile
index 6e6b1a55963f..e14d13e75997 100644
--- a/security/xmlsec/Makefile
+++ b/security/xmlsec/Makefile
@@ -8,6 +8,7 @@
PORTNAME= xmlsec
PORTVERSION= 0.0.15
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \
ftp://ftp.aleksey.com/pub/xmlsec/releases/ \
@@ -17,10 +18,13 @@ MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \
MAINTAINER= jim@corebsd.or.id
COMMENT= XML Security Library
-LIB_DEPENDS= xslt:${PORTSDIR}/textproc/libxslt
+RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
+BUILD_DEPENDS= ${RUN_DEPENDS}
USE_OPENSSL= yes
+USE_GNOME= gnomehack libxslt
USE_LIBTOOL= yes
+CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
MAN1= xmlsec.1 xmlsec-config.1
@@ -28,7 +32,8 @@ MAN1= xmlsec.1 xmlsec-config.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- @cp -R ${WRKSRC}/docs/* ${DOCSDIR}
+ @${TAR} -C ${WRKSRC}/docs -cf - . | ${TAR} -C ${DOCSDIR} -xf -
+ @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif
.include <bsd.port.mk>