diff options
-rw-r--r-- | cad/fasthenry/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/cad/fasthenry/Makefile b/cad/fasthenry/Makefile index 008e5a24f93..fb4cc9314e1 100644 --- a/cad/fasthenry/Makefile +++ b/cad/fasthenry/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/05/12 16:07:35 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.6 2000/11/02 03:49:09 dmcmahill Exp $ # DISTNAME= fasthenry-3.0-12Nov96 @@ -11,6 +11,13 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= dmcmahill@netbsd.org HOMEPAGE= http://kontiki.mit.edu/rle/research/info_research_proj.html +LICENSE= no-commercial-use +RESTRICTED= "No redistribution allowed" +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_SRC_ON_FTP= ${RESTRICTED} + HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./config CONFIGURE_ARGS= default |