Lines 8-13
Link Here
|
8 |
PORTNAME= saint |
8 |
PORTNAME= saint |
9 |
PORTVERSION= 3.5.8 |
9 |
PORTVERSION= 3.5.8 |
10 |
CATEGORIES= security |
10 |
CATEGORIES= security |
|
|
11 |
MASTER_SITES= ftp://147.102.222.211/pub/security/scanners/saint/ |
11 |
|
12 |
|
12 |
MAINTAINER= ports@FreeBSD.org |
13 |
MAINTAINER= ports@FreeBSD.org |
13 |
COMMENT= Security Administrator's Integrated Network Tool |
14 |
COMMENT= Security Administrator's Integrated Network Tool |
Lines 17-26
Link Here
|
17 |
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 |
18 |
BUILD_DEPENDS+= smbclient:${PORTSDIR}/net/samba3 |
18 |
.endif |
19 |
.endif |
19 |
|
20 |
|
20 |
BROKEN= Unfetchable |
|
|
21 |
DEPRECATED= ${BROKEN} |
22 |
EXPIRATION_DATE=2006-12-01 |
23 |
|
24 |
USE_PERL5= yes |
21 |
USE_PERL5= yes |
25 |
MANCOMPRESSED= no |
22 |
MANCOMPRESSED= no |
26 |
MAN1= saint.1 |
23 |
MAN1= saint.1 |
Lines 28-54
Link Here
|
28 |
MAKE_ENV= "LIBS=-lrpcsvc" "XFLAGS=-g -O2 -DSTDC_HEADERS=1 -DGETGROUPS_T=gid_t -DSYS_ERRLIST_DECLARED=1 " "RPCGEN=/usr/bin/rpcgen" |
25 |
MAKE_ENV= "LIBS=-lrpcsvc" "XFLAGS=-g -O2 -DSTDC_HEADERS=1 -DGETGROUPS_T=gid_t -DSYS_ERRLIST_DECLARED=1 " "RPCGEN=/usr/bin/rpcgen" |
29 |
INSTALL_TARGET= all |
26 |
INSTALL_TARGET= all |
30 |
|
27 |
|
31 |
DOWNLOAD_URL?= http://www.wwdsi.com/products/download.html |
|
|
32 |
|
33 |
.include <bsd.port.pre.mk> |
28 |
.include <bsd.port.pre.mk> |
34 |
|
29 |
|
35 |
.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) |
|
|
36 |
IGNORE= You must manually fetch the source distribution (${DISTFILES}) \ |
37 |
from ${DOWNLOAD_URL}, choose SAINT - Free Trial, place it in \ |
38 |
${DISTDIR} and then run make again |
39 |
.endif |
40 |
NO_CDROM= yes |
41 |
|
42 |
pre-install: |
43 |
${MKDIR} ${PREFIX}/saint |
44 |
${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 | \ |
45 |
${TAR} --directory ${PREFIX}/saint -xf - |
46 |
.if !defined(NOPORTDOCS) |
47 |
do-install: |
30 |
do-install: |
48 |
${INSTALL_MAN} ${WRKSRC}/saint.1 ${PREFIX}/man/man1 |
31 |
@${MKDIR} ${PREFIX}/saint |
|
|
32 |
${TAR} -C ${WRKSRC} -cf - -X ${FILESDIR}/excludefiles . | ${TAR} -C ${PREFIX}/saint -xf - |
33 |
.if !defined(NOPORTDOCS) |
34 |
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 |
49 |
.endif |
35 |
.endif |
50 |
|
36 |
|
51 |
post-install: |
37 |
post-install: |
52 |
${RM} -rf ${PREFIX}/saint/include/ASM-i386 |
38 |
@${RM} -rf ${PREFIX}/saint/include/ASM-i386 |
53 |
|
39 |
|
54 |
.include <bsd.port.post.mk> |
40 |
.include <bsd.port.post.mk> |