aboutsummaryrefslogblamecommitdiff
path: root/security/zxid/Makefile
blob: d21ba5b43984b423ee77d0b51686060c0ed20fad (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                      
                    
                 



                                
                                  









                                                                


                                                          






                                
# New ports collection makefile for:	zxid
# Date created:		2007-07-06
# Whom:			Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=	zxid
PORTVERSION=	0.25
PORTREVISION=	1
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>