freebsd-ports/security/saint/Makefile
Chris D. Faulhaber 061f22ade7 Update port to 2.0.beta2
Add 2 MASTER_SITES

PR:		17341
Submitted by:	Maintainer
2000-03-21 00:46:36 +00:00

32 lines
849 B
Makefile

# New ports collection makefile for: SAINT
# Version required: 2.0.beta2
# Date created: 27 Jan 2000
# Whom: Carl Johan Madestrand <calle.madestrand@norrgarden.se>
#
# $FreeBSD$
#
DISTNAME= saint-2.0.beta2
PKGNAME= saint-2.0
CATEGORIES= security
MASTER_SITES= http://www.wwdsi.com/saint/downloads/ \
ftp://ukug.uk.freebsd.org/pub/lord_cj/ \
ftp://ftp.wwdsi.com/pub/saint/
MAINTAINER= calle.madestrand@norrgarden.se
USE_PERL5= yes
WRKSRC= ${WRKDIR}/saint-2.0
MAKE_ENV= XFLAGS="DAUTH_GID_T=int -DSYS_ERRLIST_DECLARED -DFDSETSIZE=2048"
ALL_TARGET= freebsd
INSTALL_TARGET= all
pre-configure:
@ cd ${WRKSRC}; ${SETENV} ${PERL5} ${WRKSRC}/reconfig
pre-install:
${MKDIR} ${PREFIX}/saint-2.0
${TAR} --directory ${WRKSRC} -cf - . --exclude src --exclude Makefile | \
${TAR} --directory ${PREFIX}/saint-2.0 -xf -
.include <bsd.port.mk>