2001-07-06 15:34:03 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2001/07/06 19:34:04 jsyn Exp $
|
2001-05-05 23:45:31 -04:00
|
|
|
|
|
|
|
COMMENT= "scan C/C++ source code for security problems"
|
2000-02-21 21:15:54 -05:00
|
|
|
|
2000-11-18 01:27:25 -05:00
|
|
|
DISTNAME= its4-1.1.1
|
2000-02-21 21:15:54 -05:00
|
|
|
CATEGORIES= security
|
2001-05-05 23:45:31 -04:00
|
|
|
NEED_VERSION= 1.402
|
2001-02-24 13:05:18 -05:00
|
|
|
MASTER_SITES= #see-do-fetch-target
|
2001-01-05 11:35:58 -05:00
|
|
|
EXTRACT_SUFX= .tgz
|
2000-02-21 21:15:54 -05:00
|
|
|
|
2000-10-22 10:02:46 -04:00
|
|
|
MAINTAINER= Dug Song <dugsong@monkey.org>
|
2000-02-21 21:15:54 -05:00
|
|
|
|
2001-01-05 11:35:58 -05:00
|
|
|
PERMIT_PACKAGE_CDROM= "commercial. licensing restrictions."
|
|
|
|
PERMIT_PACKAGE_FTP= "commercial. licensing restrictions."
|
|
|
|
PERMIT_DISTFILES_CDROM= "commercial. licensing restrictions."
|
|
|
|
PERMIT_DISTFILES_FTP= "commercial. licensing restrictions."
|
2000-02-21 21:15:54 -05:00
|
|
|
|
2001-01-05 11:35:58 -05:00
|
|
|
CONFIGURE_STYLE= gnu dest old
|
2000-02-21 21:15:54 -05:00
|
|
|
|
2000-10-22 11:41:23 -04:00
|
|
|
CONFIGURE_ARGS= --datadir='$${DESTDIR}${PREFIX}/share/its4'
|
2000-02-21 21:15:54 -05:00
|
|
|
|
2000-11-18 01:27:25 -05:00
|
|
|
WRKDIST= ${WRKDIR}/its4
|
|
|
|
|
2000-02-21 21:15:54 -05:00
|
|
|
do-fetch:
|
|
|
|
@if [ ! -f ${DISTDIR}/${DISTFILES} ]; then \
|
2000-02-28 10:48:12 -05:00
|
|
|
echo "" ; \
|
|
|
|
echo " The source to this port may not be automatically fetched" ; \
|
|
|
|
echo " due to licensing restrictions. You MUST fetch the source" ; \
|
|
|
|
echo " manually after reading and agreeing to the license at:" ; \
|
|
|
|
echo "" ; \
|
2000-11-18 01:27:25 -05:00
|
|
|
echo " http://www.cigital.com/its4/" ; \
|
2000-02-28 10:48:12 -05:00
|
|
|
echo "" ; \
|
|
|
|
echo " Once ${DISTFILES} has been downloaded, move it to ${DISTDIR}" ; \
|
|
|
|
echo " and then restart this build." ; \
|
|
|
|
echo "" ; \
|
2000-02-21 21:15:54 -05:00
|
|
|
exit 1 ; \
|
|
|
|
fi
|
|
|
|
|
2001-07-06 15:34:03 -04:00
|
|
|
post-install:
|
|
|
|
@strip ${PREFIX}/bin/its4
|
|
|
|
|
2000-02-21 21:15:54 -05:00
|
|
|
.include <bsd.port.mk>
|