2000-02-22 21:43:47 +01:00
# New ports collection makefile for: its4
# Date created: 21 February 2000
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
#
# $FreeBSD$
#
2000-04-09 20:34:06 +02:00
PORTNAME = its4
2000-11-03 14:50:47 +01:00
PORTVERSION = 1.1.1
2000-02-22 21:43:47 +01:00
CATEGORIES = security
2000-10-02 12:38:52 +02:00
MASTER_SITES =
2000-02-22 21:43:47 +01:00
EXTRACT_SUFX = .tgz
MAINTAINER = jedgar@FreeBSD.org
2003-03-07 07:14:21 +01:00
COMMENT = Tool to scan C/C++ source for potential vulnerabilities
2000-02-22 21:43:47 +01:00
2000-10-02 12:38:52 +02:00
WRKSRC = ${ WRKDIR } /${ PORTNAME }
2000-02-22 21:43:47 +01:00
HAS_CONFIGURE = yes
CONFIGURE_ARGS = --prefix= ${ PREFIX } \
--datadir= ${ PREFIX } /share/its4
MAN1 = its4.1
. i n c l u d e < b s d . p o r t . p r e . m k >
. i f ! e x i s t s ( $ { D I S T D I R } / $ { D I S T N A M E } $ { E X T R A C T _ S U F X } )
2000-10-02 12:38:52 +02:00
IGNORE = " The source to this port may not be automatically fetched due to licensing restrictions. You MUST fetch the source manually at: http://www.cigital.com/its4/download.html Once ${ DISTFILES } has been downloaded, move it to ${ DISTDIR } and then restart this build "
2000-02-22 21:43:47 +01:00
. e n d i f
post-install :
2000-10-02 12:38:52 +02:00
@${ INSTALL_DATA } ${ WRKSRC } /LICENSE ${ PREFIX } /share/its4
2000-02-22 21:43:47 +01:00
@${ ECHO }
@${ ECHO } "This software is for non-commercial use only. See"
2000-10-02 12:38:52 +02:00
@${ ECHO } " ${ PREFIX } /share/its4/LICENSE for details. "
2000-02-22 21:43:47 +01:00
@${ ECHO }
. i n c l u d e < b s d . p o r t . p o s t . m k >