aboutsummaryrefslogtreecommitdiffstats
path: root/security/opensaml/Makefile
blob: 8cd929b23217da95cb7fdb3cc1cd440f3c479c05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:    opensaml
# Date created:             06 Febuary 2007
# Whom:                 Tony Maher
#
# $FreeBSD$
#

PORTNAME=   opensaml
DISTVERSION=    1.1b
CATEGORIES= security
MASTER_SITES=   http://shibboleth.internet2.edu/downloads/

MAINTAINER= tonymaher@optusnet.com.au
COMMENT=    Open source implentation of SAML

LIB_DEPENDS=    curl.4:${PORTSDIR}/ftp/curl \
        log4cpp.4:${PORTSDIR}/devel/log4cpp \
        xerces-c.27:${PORTSDIR}/textproc/xerces-c2 \
        xml-security-c.13:${PORTSDIR}/security/apache-xml-security-c

GNU_CONFIGURE=  yes
USE_AUTOTOOLS=  libtool:15
USE_GMAKE=  yes
USE_LDCONFIG=   yes

WRKSRC=     ${WRKDIR}/${PORTNAME}-1.1

.include <bsd.port.pre.mk>

post-patch:
    @${REINPLACE_CMD} -e 's,^pkgdocdir.*=.*,pkgdocdir = ${DOCSDIR},' \
        ${WRKSRC}/doc/Makefile.in
.if defined(NOPORTDOCS)
    @${REINPLACE_CMD} -e '/^SUBDIRS/s,doc ,,' ${WRKSRC}/Makefile.in
.endif

.include <bsd.port.post.mk>