Mon Aug 31 22:16:39 2009 UTC ()
Set license to "gnu-gpl-v2".


(tron)
diff -r1.55 -r1.56 pkgsrc/print/magicfilter/Makefile

cvs diff -r1.55 -r1.56 pkgsrc/print/magicfilter/Makefile (expand / switch to unified diff)

--- pkgsrc/print/magicfilter/Makefile 2009/06/16 15:25:32 1.55
+++ pkgsrc/print/magicfilter/Makefile 2009/08/31 22:16:39 1.56
@@ -1,22 +1,23 @@ @@ -1,22 +1,23 @@
1# $NetBSD: Makefile,v 1.55 2009/06/16 15:25:32 joerg Exp $ 1# $NetBSD: Makefile,v 1.56 2009/08/31 22:16:39 tron Exp $
2 2
3DISTNAME= magicfilter-1.2 3DISTNAME= magicfilter-1.2
4PKGREVISION= 7 4PKGREVISION= 7
5CATEGORIES= print 5CATEGORIES= print
6MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/printing/} 6MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/printing/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9COMMENT= Customizable, extensible automatic printer filter 9COMMENT= Customizable, extensible automatic printer filter
 10LICENSE= gnu-gpl-v2
10 11
11# Any version will do: 12# Any version will do:
12# 13#
13DEPENDS+= a2ps-[0-9]*:../../print/a2ps 14DEPENDS+= a2ps-[0-9]*:../../print/a2ps
14DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm 15DEPENDS+= netpbm-[0-9]*:../../graphics/netpbm
15DEPENDS+= papersize-[0-9]*:../../print/papersize 16DEPENDS+= papersize-[0-9]*:../../print/papersize
16DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk 17DEPENDS+= dvipsk-[0-9]*:../../print/dvipsk
17 18
18USE_TOOLS+= gmake gs:run gzip 19USE_TOOLS+= gmake gs:run gzip
19GNU_CONFIGURE= yes 20GNU_CONFIGURE= yes
20CONFIGURE_ENV+= GHOSTSCRIPT=${TOOLS_PATH.gs} 21CONFIGURE_ENV+= GHOSTSCRIPT=${TOOLS_PATH.gs}
21CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q} 22CONFIGURE_ENV+= GZIP=${TOOLS_GZIP_CMD:Q}
22 23