diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-11-02 03:49:09 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-11-02 03:49:09 +0000 |
commit | 6dda3d30242f1482b01e90f8b54cb14641ec04ff (patch) | |
tree | d4e2bc6703643ea67c9d78288e120f36b9bd2774 /cad | |
parent | 122b3fa73d7d8eab57148cb1ac6e8b23f830779a (diff) | |
download | pkgsrc-6dda3d30242f1482b01e90f8b54cb14641ec04ff.tar.gz |
add LICENSE and NO_{SRC,BIN}_* to comply with the license. Pointed out by
Jason Beegan <jasontd@indigo.ie> in PR pkg/11407
Diffstat (limited to 'cad')
-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 |