diff options
Diffstat (limited to 'security/saint/Makefile')
-rw-r--r-- | security/saint/Makefile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/saint/Makefile b/security/saint/Makefile new file mode 100644 index 0000000..a0bb18e --- /dev/null +++ b/security/saint/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: SAINT +# Version required: 1.5 +# Date created: 27 Jan 2000 +# Whom: Carl Johan Madestrand <calle.madestrand@norrgarden.se> +# +# $FreeBSD$ +# + +DISTNAME= saint-1.5.beta2 +PKGNAME= saint-1.5 +CATEGORIES= security +MASTER_SITES= http://www.wwdsi.com/saint/downloads/ + +MAINTAINER= calle.madestrand@norrgarden.se + +USE_PERL5= yes +WRKSRC= ${WRKDIR}/saint-1.5 +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-1.5 + ${TAR} --directory ${WRKSRC} -cf - . --exclude src --exclude Makefile | \ + ${TAR} --directory ${PREFIX}/saint-1.5 -xf - + +.include <bsd.port.mk> |