2011-06-01 23:34:53 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.27 2011/06/01 23:34:53 kili Exp $
|
2001-05-06 03:45:31 +00:00
|
|
|
|
2007-09-15 23:29:57 +00:00
|
|
|
COMMENT= scan C/C++ source code for security problems
|
2000-02-22 02:15:54 +00:00
|
|
|
|
2000-11-18 06:27:25 +00:00
|
|
|
DISTNAME= its4-1.1.1
|
2011-06-01 23:34:53 +00:00
|
|
|
REVISION= 1
|
2000-02-22 02:15:54 +00:00
|
|
|
CATEGORIES= security
|
2001-02-24 18:05:18 +00:00
|
|
|
MASTER_SITES= #see-do-fetch-target
|
2001-01-05 16:35:58 +00:00
|
|
|
EXTRACT_SUFX= .tgz
|
2000-02-22 02:15:54 +00:00
|
|
|
|
2007-09-15 23:29:57 +00: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 13:28:33 +00:00
|
|
|
WANTLIB= c m stdc++
|
2000-02-22 02:15:54 +00:00
|
|
|
|
2011-06-01 23:34:53 +00:00
|
|
|
CONFIGURE_STYLE= simple
|
|
|
|
CONFIGURE_ARGS= --prefix='${PREFIX}' \
|
|
|
|
--mandir='${PREFIX}/man' \
|
|
|
|
--datadir='${PREFIX}/share/its4' \
|
2002-09-29 16:19:55 +00:00
|
|
|
--with-cpp="${CXX}"
|
2000-02-22 02:15:54 +00:00
|
|
|
|
2000-11-18 06:27:25 +00:00
|
|
|
WRKDIST= ${WRKDIR}/its4
|
|
|
|
|
2002-10-28 17:35:01 +00:00
|
|
|
NO_REGRESS= Yes
|
2011-06-01 23:34:53 +00:00
|
|
|
USE_GROFF= Yes
|
2002-10-28 17:35:01 +00:00
|
|
|
|
2003-07-25 23:22:06 +00: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/" \
|
|
|
|
"" \
|
2003-10-26 23:49:31 +00:00
|
|
|
"Once ${DISTFILES} has been downloaded, move it to ${FULLDISTDIR}" \
|
2003-07-25 23:22:06 +00:00
|
|
|
"and then restart this build." \
|
|
|
|
""
|
2000-02-22 02:15:54 +00:00
|
|
|
|
2001-07-06 19:34:03 +00:00
|
|
|
post-install:
|
|
|
|
@strip ${PREFIX}/bin/its4
|
|
|
|
|
2000-02-22 02:15:54 +00:00
|
|
|
.include <bsd.port.mk>
|