View | Details | Raw Unified | Return to bug 104593
Collapse All | Expand All

(-)/root/projects/saint/Makefile (-20 / +6 lines)
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>
(-)/root/projects/saint/distinfo (+2 lines)
Line 1 Link Here
1
MD5 (saint-3.5.8.tar.gz) = acc9c776f0ab2f6dc42609221bb98c90
1
MD5 (saint-3.5.8.tar.gz) = acc9c776f0ab2f6dc42609221bb98c90
2
SHA256 (saint-3.5.8.tar.gz) = 65800dc15caae4d14cdba045101856948d9fbc85db57e77cffc516030df04c21
3
SIZE (saint-3.5.8.tar.gz) = 878147
(-)/root/projects/saint/files/excludefiles (+11 lines)
Line 0 Link Here
1
src
2
Makefile
3
Makefile.in
4
old
5
config.cache
6
config.log
7
config.status
8
configure
9
configure.in
10
install-sh
11
saint.1

Return to bug 104593