diff options
Diffstat (limited to 'security/its4/Makefile')
-rw-r--r-- | security/its4/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/its4/Makefile b/security/its4/Makefile new file mode 100644 index 000000000000..ecc4b0eed81a --- /dev/null +++ b/security/its4/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: its4 +# Version required: 1.0 +# Date created: 21 February 2000 +# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org> +# +# $FreeBSD$ +# + +DISTNAME= its4-1.0 +CATEGORIES= security +MASTER_SITES= "" +EXTRACT_SUFX= .tgz + +MAINTAINER= jedgar@FreeBSD.org + +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --datadir=${PREFIX}/share/its4 +MAN1= its4.1 +RESTRICTED= "For non-commercial use only" + +.include <bsd.port.pre.mk> + +.if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) +IGNORE= "The source to this port may not be automatically fetched due to licensing restrictions. You MUST fetch the source manually at: http://www.rstcorp.com/its4/download.html. Once ${DISTFILES} has been downloaded, move it to ${DISTDIR} and then restart this build" +.endif + +post-install: + ${INSTALL_DATA} ${WRKSRC}/LICENCE ${PREFIX}/share/its4 + @${ECHO} + @${ECHO} "This software is for non-commercial use only. See" + @${ECHO} "${PREFIX}/share/its4/LICENCE for details." + @${ECHO} + +.include <bsd.port.post.mk> |