openbsd-ports/security/its4/Makefile

39 lines
1.0 KiB
Makefile
Raw Normal View History

2004-12-27 08:28:33 -05:00
# $OpenBSD: Makefile,v 1.22 2004/12/27 13:28:34 alek Exp $
COMMENT= "scan C/C++ source code for security problems"
2000-11-18 01:27:25 -05:00
DISTNAME= its4-1.1.1
CATEGORIES= security
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
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."
2004-12-27 08:28:33 -05:00
WANTLIB= c m stdc++
2001-01-05 11:35:58 -05:00
CONFIGURE_STYLE= gnu dest old
CONFIGURE_ARGS= --datadir='$${DESTDIR}${PREFIX}/share/its4' \
--with-cpp="${CXX}"
2000-11-18 01:27:25 -05:00
WRKDIST= ${WRKDIR}/its4
2002-10-28 12:35:01 -05:00
NO_REGRESS= Yes
2003-07-25 19:22:06 -04:00
FETCH_MANUALLY= "The source to this port may not be automatically fetched" \
"due to licensing restrictions. You MUST fetch the source" \
"manually after reading and agreeing to the license at:" \
"" \
" http://www.cigital.com/its4/" \
"" \
"Once ${DISTFILES} has been downloaded, move it to ${FULLDISTDIR}" \
2003-07-25 19:22:06 -04:00
"and then restart this build." \
""
post-install:
@strip ${PREFIX}/bin/its4
.include <bsd.port.mk>