Thu Oct 27 11:32:16 2016 UTC ()
nd include Makefile.common again.


(wiz)
diff -r1.22 -r1.23 pkgsrc/print/ghostscript-agpl/Makefile

cvs diff -r1.22 -r1.23 pkgsrc/print/ghostscript-agpl/Makefile (expand / switch to unified diff)

--- pkgsrc/print/ghostscript-agpl/Makefile 2016/10/27 11:06:01 1.22
+++ pkgsrc/print/ghostscript-agpl/Makefile 2016/10/27 11:32:16 1.23
@@ -1,28 +1,30 @@ @@ -1,28 +1,30 @@
1# $NetBSD: Makefile,v 1.22 2016/10/27 11:06:01 wiz Exp $ 1# $NetBSD: Makefile,v 1.23 2016/10/27 11:32:16 wiz Exp $
2 2
3DISTNAME= ghostscript-${GS_VERSION} 3DISTNAME= ghostscript-${GS_VERSION}
4PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/} 4PKGNAME= ${DISTNAME:S/ghostscript/ghostscript-agpl/}
5CATEGORIES= print 5CATEGORIES= print
6MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=ArtifexSoftware/ghostpdl-downloads/releases/download/gs920/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://ghostscript.com/ 9HOMEPAGE= http://ghostscript.com/
10COMMENT= Postscript interpreter 10COMMENT= Postscript interpreter
11# Plus adobe verbatim for Resources/CMap. 11# Plus adobe verbatim for Resources/CMap.
12LICENSE= gnu-agpl-v3 12LICENSE= gnu-agpl-v3
13 13
14DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts 14DEPENDS+= ghostscript-fonts>=6.0:../../fonts/ghostscript-fonts
15 15
 16.include "Makefile.common"
 17
16USE_LANGUAGES= c c++ 18USE_LANGUAGES= c c++
17USE_TOOLS+= gmake perl:run lex pkg-config 19USE_TOOLS+= gmake perl:run lex pkg-config
18GNU_CONFIGURE= yes 20GNU_CONFIGURE= yes
19CONFIGURE_ARGS+= --with-system-libtiff 21CONFIGURE_ARGS+= --with-system-libtiff
20CONFIGURE_ARGS+= --disable-cups 22CONFIGURE_ARGS+= --disable-cups
21UNLIMIT_RESOURCES+= datasize # gsromfs1.c 23UNLIMIT_RESOURCES+= datasize # gsromfs1.c
22 24
23BUILD_TARGET= so 25BUILD_TARGET= so
24INSTALL_TARGET= soinstall 26INSTALL_TARGET= soinstall
25CONFIGURE_ARGS+= --with-omni=no # otherwise pulls in libstdc++ 27CONFIGURE_ARGS+= --with-omni=no # otherwise pulls in libstdc++
26 28
27REPLACE_PERL+= toolbin/localcluster/clusterpush.pl 29REPLACE_PERL+= toolbin/localcluster/clusterpush.pl
28REPLACE_PERL+= toolbin/checkdeps.pl 30REPLACE_PERL+= toolbin/checkdeps.pl