diff options
-rw-r--r-- | misc/astrolog/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 5eeeff09974..ab3a8b6a231 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/04/20 23:27:38 jtb Exp $ +# $NetBSD: Makefile,v 1.15 2001/06/08 00:41:35 jtb Exp $ # FreeBSD Id: Makefile,v 1.12 1997/08/10 22:31:15 fenner Exp # @@ -14,6 +14,11 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.astrolog.org/ COMMENT= Astrology program for X11 and alpha-numeric terminals +LICENSE= astrolog-license +RESTRICTED= Do not sell or profit from this software in any way +NO_SRC_ON_CDROM=${RESTRICTED} +NO_BIN_ON_CDROM=${RESTRICTED} + EPHEM= LRZ5_24 CHI_24 CPJV_24 USE_X11BASE= yes |