diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-31 02:22:04 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-31 02:22:04 +0000 |
commit | 0e818cfa86978c5cfd911440d356dc009fa5e49f (patch) | |
tree | 62ef87633e034e39dd69129122f6d37b25f65337 /security/saint | |
parent | 1e3d770e7ac250bfbfb64f5d115148e3493d19da (diff) |
Notes
Diffstat (limited to 'security/saint')
-rw-r--r-- | security/saint/Makefile | 26 | ||||
-rw-r--r-- | security/saint/distinfo | 2 | ||||
-rw-r--r-- | security/saint/files/excludefiles | 11 |
3 files changed, 19 insertions, 20 deletions
diff --git a/security/saint/Makefile b/security/saint/Makefile index 9ae569a0f383..baaf0e2ce80a 100644 --- a/security/saint/Makefile +++ b/security/saint/Makefile @@ -8,6 +8,7 @@ PORTNAME= saint PORTVERSION= 3.5.8 CATEGORIES= security +MASTER_SITES= ftp://147.102.222.211/pub/security/scanners/saint/ MAINTAINER= ports@FreeBSD.org COMMENT= Security Administrator's Integrated Network Tool @@ -17,10 +18,6 @@ BUILD_DEPENDS= nmap:${PORTSDIR}/security/nmap BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 .endif -BROKEN= Unfetchable -DEPRECATED= ${BROKEN} -EXPIRATION_DATE=2006-12-01 - USE_PERL5= yes MANCOMPRESSED= no MAN1= saint.1 @@ -28,27 +25,16 @@ GNU_CONFIGURE= yes MAKE_ENV= "LIBS=-lrpcsvc" "XFLAGS=-g -O2 -DSTDC_HEADERS=1 -DGETGROUPS_T=gid_t -DSYS_ERRLIST_DECLARED=1 " "RPCGEN=/usr/bin/rpcgen" INSTALL_TARGET= all -DOWNLOAD_URL?= http://www.wwdsi.com/products/download.html - .include <bsd.port.pre.mk> -.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= You must manually fetch the source distribution (${DISTFILES}) \ - from ${DOWNLOAD_URL}, choose SAINT - Free Trial, place it in \ - ${DISTDIR} and then run make again -.endif -NO_CDROM= yes - -pre-install: - ${MKDIR} ${PREFIX}/saint - ${TAR} --directory ${WRKSRC} -cf - . --exclude src --exclude Makefile --exclude Makefile.in --exclude old --exclude config.cache --exclude config.log --exclude config.status --exclude configure --exclude configure.in --exclude install-sh --exclude saint.1 | \ - ${TAR} --directory ${PREFIX}/saint -xf - -.if !defined(NOPORTDOCS) do-install: - ${INSTALL_MAN} ${WRKSRC}/saint.1 ${PREFIX}/man/man1 + @${MKDIR} ${PREFIX}/saint + ${TAR} -C ${WRKSRC} -cf - -X ${FILESDIR}/excludefiles . | ${TAR} -C ${PREFIX}/saint -xf - +.if !defined(NOPORTDOCS) + ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 .endif post-install: - ${RM} -rf ${PREFIX}/saint/include/ASM-i386 + @${RM} -rf ${PREFIX}/saint/include/ASM-i386 .include <bsd.port.post.mk> diff --git a/security/saint/distinfo b/security/saint/distinfo index 834ce1e2aa7a..cc666024532b 100644 --- a/security/saint/distinfo +++ b/security/saint/distinfo @@ -1 +1,3 @@ MD5 (saint-3.5.8.tar.gz) = acc9c776f0ab2f6dc42609221bb98c90 +SHA256 (saint-3.5.8.tar.gz) = 65800dc15caae4d14cdba045101856948d9fbc85db57e77cffc516030df04c21 +SIZE (saint-3.5.8.tar.gz) = 878147 diff --git a/security/saint/files/excludefiles b/security/saint/files/excludefiles new file mode 100644 index 000000000000..4ec28e70806d --- /dev/null +++ b/security/saint/files/excludefiles @@ -0,0 +1,11 @@ +src +Makefile +Makefile.in +old +config.cache +config.log +config.status +configure +configure.in +install-sh +saint.1 |