summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorrillig <rillig>2005-09-28 20:52:18 +0000
committerrillig <rillig>2005-09-28 20:52:18 +0000
commit497cdd7125f8abe86eec13bb709ecc6625e715f0 (patch)
tree49fa5aa9585554801243dca9aced094d40285ba0 /print
parent78122d314edeb82e3047dae09d03b73df8b70852 (diff)
downloadpkgsrc-497cdd7125f8abe86eec13bb709ecc6625e715f0.tar.gz
Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.
Diffstat (limited to 'print')
-rw-r--r--print/cupsomatic-ppds/Makefile6
-rw-r--r--print/dvipdfm/Makefile4
-rw-r--r--print/foomatic-gswrapper/Makefile4
-rw-r--r--print/gimp-print-ijs/Makefile6
-rw-r--r--print/hpijs/Makefile4
-rw-r--r--print/ijs/Makefile6
-rw-r--r--print/ja-dvipdfm/Makefile4
-rw-r--r--print/ja-vflib/Makefile8
-rw-r--r--print/scribus/Makefile4
-rw-r--r--print/yup/Makefile6
10 files changed, 26 insertions, 26 deletions
diff --git a/print/cupsomatic-ppds/Makefile b/print/cupsomatic-ppds/Makefile
index a823efdaecb..7d8bd72fa7b 100644
--- a/print/cupsomatic-ppds/Makefile
+++ b/print/cupsomatic-ppds/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/03/26 02:27:50 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:25 rillig Exp $
DISTNAME= all-com-ppds
PKGNAME= cupsomatic-ppds-20010515
@@ -31,8 +31,8 @@ DIST_SUBDIR= ${PKGNAME_NOREV}
DEPENDS+= cups>=1.1.14nb1:../../print/cups
DEPENDS+= cupsomatic-[0-9]*:../../print/cupsomatic
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+NO_CONFIGURE= yes
+NO_BUILD= yes
PLIST_SRC= ${WRKDIR}/PLIST
MODELDIR= share/cups/model
diff --git a/print/dvipdfm/Makefile b/print/dvipdfm/Makefile
index 33ec4cb8012..0af23fb6543 100644
--- a/print/dvipdfm/Makefile
+++ b/print/dvipdfm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/04/11 21:47:06 tv Exp $
+# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:25 rillig Exp $
DISTNAME= dvipdfm-0.13.2c
PKGREVISION= 4
@@ -14,7 +14,7 @@ CONFLICTS+= ja-dvipdfm-[0-9]*
CONFLICTS+= teTeX-bin>=2.0 # Part of teTeX>=2.0
WRKSRC= ${WRKDIR}/dvipdfm
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --datadir=${PREFIX}/share
# needed to get the stdarg.h version of kpathsea/c-varargs.h instead of the
# varargs.h version which gcc3 does not like
diff --git a/print/foomatic-gswrapper/Makefile b/print/foomatic-gswrapper/Makefile
index 6809999fae5..b4fe4145638 100644
--- a/print/foomatic-gswrapper/Makefile
+++ b/print/foomatic-gswrapper/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2005/07/16 01:19:18 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2005/09/28 20:52:25 rillig Exp $
DISTNAME= foomatic-gswrapper
PKGNAME= foomatic-gswrapper-1.2
@@ -23,7 +23,7 @@ DIST_SUBDIR= ${PKGNAME_NOREV}
EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} ${WRKSRC}/${DISTNAME}
USE_TOOLS+= perl:run
-NO_BUILD= # defined
+NO_BUILD= yes
REPLACE_PERL= ${DISTNAME}
diff --git a/print/gimp-print-ijs/Makefile b/print/gimp-print-ijs/Makefile
index 4410c7cbcd2..c2fa27c4e16 100644
--- a/print/gimp-print-ijs/Makefile
+++ b/print/gimp-print-ijs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:28 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2005/09/28 20:52:25 rillig Exp $
DISTNAME= gimp-print-4.2.6
PKGNAME= gimp-print-ijs-4.2.6
@@ -10,10 +10,10 @@ MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://gimp-print.sourceforge.net/
COMMENT= GIMP print IJS server
-USE_LIBTOOL= # defined
+USE_LIBTOOL= yes
USE_TOOLS+= gmake
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ijs
CONFIGURE_ARGS+= --without-samples
CONFIGURE_ARGS+= --without-user-guide
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile
index 96b50275f44..69bb51d791b 100644
--- a/print/hpijs/Makefile
+++ b/print/hpijs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2005/07/15 18:27:53 jlam Exp $
+# $NetBSD: Makefile,v 1.22 2005/09/28 20:52:25 rillig Exp $
DISTNAME= hpijs-1.7.1
PKGREVISION= # empty
@@ -12,7 +12,7 @@ COMMENT= HP inkjet printer driver server
CONFLICTS= ghostscript<=6.01nb4 ghostscript-nox11<=6.01nb4
USE_LANGUAGES= c c++
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
CPPFLAGS+= -DAPDK_BUFFER_SEND
USE_TOOLS+= gzip
diff --git a/print/ijs/Makefile b/print/ijs/Makefile
index 7179935fa79..78816669c1a 100644
--- a/print/ijs/Makefile
+++ b/print/ijs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2005/05/22 20:08:28 jlam Exp $
+# $NetBSD: Makefile,v 1.11 2005/09/28 20:52:26 rillig Exp $
DISTNAME= ijs-0.34
PKGREVISION= 1
@@ -10,8 +10,8 @@ HOMEPAGE= http://www.linuxprinting.org/ijs/
COMMENT= Protocol library for raster page transmission
USE_TOOLS+= gmake
-USE_LIBTOOL= # defined
-GNU_CONFIGURE= # defined
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
BUILD_TARGET= libijs.la
MAKE_ENV+= XCFLAGS="${CFLAGS}"
diff --git a/print/ja-dvipdfm/Makefile b/print/ja-dvipdfm/Makefile
index c358b923ce1..73297ec72e9 100644
--- a/print/ja-dvipdfm/Makefile
+++ b/print/ja-dvipdfm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/04/11 21:47:08 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/09/28 20:52:26 rillig Exp $
DISTNAME= dvipdfm-0.13.2c
PKGNAME= ja-${DISTNAME}
@@ -19,7 +19,7 @@ CONFLICTS+= dvipdfmx-[0-9]*
CONFLICTS+= teTeX-bin>=2.0
WRKSRC= ${WRKDIR}/dvipdfm
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--datadir=${PREFIX}/share
.include "../../mk/bsd.prefs.mk"
diff --git a/print/ja-vflib/Makefile b/print/ja-vflib/Makefile
index f4ecc56a0b7..c635f30c2fc 100644
--- a/print/ja-vflib/Makefile
+++ b/print/ja-vflib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/06/01 18:03:20 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2005/09/28 20:52:26 rillig Exp $
DISTNAME= ja-vflib-${VFLIB_VERSION}
VFLIB_VERSION= 2.24.2nb1
@@ -15,9 +15,9 @@ DEPENDS+= ja-vflib-utils-${VFLIB_VERSION}:../../print/ja-vflib-utils
EXTRACT_ONLY= # empty
-NO_CHECKSUM= # defined
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+NO_CHECKSUM= yes
+NO_CONFIGURE= yes
+NO_BUILD= yes
do-install: # empty
diff --git a/print/scribus/Makefile b/print/scribus/Makefile
index a60828fb48d..3652ef07464 100644
--- a/print/scribus/Makefile
+++ b/print/scribus/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2005/07/06 18:05:32 drochner Exp $
+# $NetBSD: Makefile,v 1.26 2005/09/28 20:52:26 rillig Exp $
DISTNAME= scribus-1.2.2.1
CATEGORIES= print
@@ -15,7 +15,7 @@ PTHREAD_OPTS+= require
USE_LIBTOOL= YES
SHLIBTOOL_OVERRIDE= libtool
-GNU_CONFIGURE= # defined
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-qt-dir=${QTDIR} \
--with-extra-libs=${LOCALBASE}/lib \
--with-extra-includes=${LOCALBASE}/include
diff --git a/print/yup/Makefile b/print/yup/Makefile
index 19b374a4b9b..8424b09a18f 100644
--- a/print/yup/Makefile
+++ b/print/yup/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/07/16 01:19:18 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2005/09/28 20:52:26 rillig Exp $
#
DISTNAME= yup-r1-rel
@@ -15,8 +15,8 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_TOOLS+= perl:run
WRKSRC= ${WRKDIR}/yup-r1
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
+NO_CONFIGURE= yes
+NO_BUILD= yes
INSTALLATION_DIRS= bin man/man1