freebsd-ports/security/xmlsec/Makefile
Pete Fritchman 987da70edf Add two missing trailing '/'s in MASTER_SITES.
PR:		51216
Submitted by:	maintainer
2003-04-21 14:11:24 +00:00

34 lines
694 B
Makefile

# ex:ts=8
# Ports collection makefile for: xmlsec
# Date created: Jul 31, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xmlsec
PORTVERSION= 0.0.15
CATEGORIES= security
MASTER_SITES= http://www.aleksey.com/xmlsec/download/ \
ftp://ftp.aleksey.com/pub/xmlsec/releases/ \
ftp://ftp.xmlsoft.org/xmlsec/releases/ \
ftp://ftp.rpmfind.net/pub/XML/xmlsec/releases/
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>