freebsd-ports/security/xmlsec/Makefile
Kevin Lo f33b69a598 Update to 0.0.14
PR: 50319
Submitted by: MAINTAINER
2003-03-28 04:40:29 +00:00

31 lines
553 B
Makefile

# ex:ts=8
# Ports collection makefile for: xmlsec
# Date created: Jul 31, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xmlsec
PORTVERSION= 0.0.14
CATEGORIES= security
MASTER_SITES= http://www.aleksey.com/xmlsec/download/
MAINTAINER= jim@corebsd.or.id
COMMENT= XML Security Library
LIB_DEPENDS= xslt:${PORTSDIR}/textproc/libxslt
USE_OPENSSL= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
MAN1= xmlsec.1 xmlsec-config.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@cp -R ${WRKSRC}/docs/* ${DOCSDIR}
.endif
.include <bsd.port.mk>