freebsd-ports/security/xmlsec/Makefile

40 lines
917 B
Makefile
Raw Normal View History

2002-07-31 10:49:15 +02:00
# ex:ts=8
# Ports collection makefile for: xmlsec
# Date created: Jul 31, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xmlsec
PORTVERSION= 0.0.15
PORTREVISION= 1
2002-07-31 10:49:15 +02:00
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/
2002-07-31 10:49:15 +02:00
2002-09-17 15:25:07 +02:00
MAINTAINER= jim@corebsd.or.id
2003-02-21 14:28:59 +01:00
COMMENT= XML Security Library
2002-07-31 10:49:15 +02:00
RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
BUILD_DEPENDS= ${RUN_DEPENDS}
2002-07-31 10:49:15 +02:00
USE_OPENSSL= yes
USE_GNOME= gnomehack libxslt
2002-07-31 10:49:15 +02:00
USE_LIBTOOL= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
2002-07-31 10:49:15 +02:00
INSTALLS_SHLIB= yes
MAN1= xmlsec.1 xmlsec-config.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${TAR} -C ${WRKSRC}/docs -cf - . | ${TAR} -C ${DOCSDIR} -xf -
@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif
2002-07-31 10:49:15 +02:00
.include <bsd.port.mk>