mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Make fetchable.
- Remove BROKEN, DEPRECATED and EXPIRATION_DATE. PR: ports/104593 Submitted by: Alexander Logvinov <ports@logvinov.com>
This commit is contained in:
parent
1e3d770e7a
commit
0e818cfa86
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175592
@ -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>
|
||||
|
@ -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
|
||||
|
11
security/saint/files/excludefiles
Normal file
11
security/saint/files/excludefiles
Normal file
@ -0,0 +1,11 @@
|
||||
src
|
||||
Makefile
|
||||
Makefile.in
|
||||
old
|
||||
config.cache
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
configure.in
|
||||
install-sh
|
||||
saint.1
|
Loading…
Reference in New Issue
Block a user