diff options
Diffstat (limited to 'graphics/pstoedit')
-rw-r--r-- | graphics/pstoedit/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 9ac6f119388..fb69e5bea55 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2008/06/12 02:14:32 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2008/09/10 13:59:43 gdt Exp $ DISTNAME= pstoedit-3.41 PKGREVISION= 2 @@ -11,7 +11,13 @@ COMMENT= Convert PostScript / PDF into various vector graphic formats PKG_DESTDIR_SUPPORT= user-destdir +# man page indicates that there are many licenses and one has to read all +# the source files +LICENSE= unclear-license +RESTRICTED= license is unclear RESTRICTED?= "The author writes: If you include this program on a CDROM, please send me a copy of the CD, or if it goes with a book, of the book." +NO_SRC_ON_FTP= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} |