blob: f0fd8225ea6a794f88a444a8d352eae0d538b39f (
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
|
# New ports collection makefile for: zxid
# Date created: 2007-07-06
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= zxid
PORTVERSION= 0.25
CATEGORIES= security www
MASTER_SITES= http://zxid.org/
EXTRACT_SUFX= .tgz
MAINTAINER= clsung@FreeBSD.org
COMMENT= Open Source IdM for the Masses - SAML SSO
LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl
MAKE_ARGS+= CC="${CC}" CURL_ROOT="${LOCALBASE}" LD="${CC}" \
PREFIX="${PREFIX}" OPENSSL_ROOT="${OPENSSLBASE}"
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_OPENSSL= yes
post-install:
${LN} -s libzxid.so.0.0 ${PREFIX}/lib/libzxid.so.0
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not install
.endif
.include <bsd.port.post.mk>
|