diff options
author | gdt <gdt@pkgsrc.org> | 2006-08-11 13:59:52 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2006-08-11 13:59:52 +0000 |
commit | 2fb686dc612c4f67d3449e6efc9e2caa375521cb (patch) | |
tree | e18c05a4fffb3b5229a7a82f7c87204f0ea3c09e /print/ghostscript-afpl | |
parent | 70f298a6c0ffe487fd1cf5c6910131713492c5ff (diff) | |
download | pkgsrc-2fb686dc612c4f67d3449e6efc9e2caa375521cb.tar.gz |
The AFPL is non-Free. Add it, use it, and set NO_*_ON_CDROM.
Diffstat (limited to 'print/ghostscript-afpl')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index f539569ad97..4edd4415958 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/05/23 10:28:48 drochner Exp $ +# $NetBSD: Makefile,v 1.14 2006/08/11 13:59:52 gdt Exp $ DISTNAME= ghostscript-8.54 PKGNAME= ghostscript-afpl-8.54 @@ -10,6 +10,14 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ghostscript.sourceforge.net/ COMMENT= Postscript interpreter +LICENSE= afpl-license +RESTRICTED= Commercial distribution prohibited in most cases. +# CDROM distribution may be acceptable in some cases, but not all, so +# the variables are set. +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + + CONFLICTS+= ghostscript{,-nox11}-[0-9]* CONFLICTS+= ghostscript-esp{,-nox11}-[0-9]* CONFLICTS+= ghostscript-gnu{,-nox11,-x11}-[0-9]* |