summaryrefslogtreecommitdiff
path: root/print/gnome-print
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-04-10 00:04:28 +0000
committerjlam <jlam@pkgsrc.org>2000-04-10 00:04:28 +0000
commit9402305e4a2bfc6d2f4c713af4a1ffb88d54f17e (patch)
tree1b9010be3ff3f6f3cc852aca572a9e05a3c16c71 /print/gnome-print
parentfb7aa2f1d7a37cd64815922edff7d12618a467af (diff)
downloadpkgsrc-9402305e4a2bfc6d2f4c713af4a1ffb88d54f17e.tar.gz
Adapt to gstty/gs
Diffstat (limited to 'print/gnome-print')
-rw-r--r--print/gnome-print/Makefile34
1 files changed, 19 insertions, 15 deletions
diff --git a/print/gnome-print/Makefile b/print/gnome-print/Makefile
index ffe00343a8c..254bae7a0ed 100644
--- a/print/gnome-print/Makefile
+++ b/print/gnome-print/Makefile
@@ -1,22 +1,26 @@
-# $NetBSD: Makefile,v 1.17 2000/04/07 08:43:01 rh Exp $
+# $NetBSD: Makefile,v 1.18 2000/04/10 00:05:53 jlam Exp $
#
-DISTNAME= gnome-print-0.16
-CATEGORIES= print gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-print/}
+DISTNAME= gnome-print-0.16
+CATEGORIES= print gnome
+MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-print/}
-MAINTAINER= rh@netbsd.org
-HOMEPAGE= http://www.levien.com/gnome/print-arch.html
+MAINTAINER= rh@netbsd.org
+HOMEPAGE= http://www.levien.com/gnome/print-arch.html
-DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs
-DEPENDS+= libxml>=1.8.5:../../textproc/libxml
-DEPENDS+= ghostscript-5.*:../../print/ghostscript5
+DEPENDS+= gnome-libs>=1.0.56:../../x11/gnome-libs
+DEPENDS+= libxml>=1.8.5:../../textproc/libxml
+DEPENDS+= ghostscript-5.*:../../print/ghostscript5
-GNU_CONFIGURE= YES
-USE_LIBTOOL= YES
-USE_X11BASE= YES
-LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include"
-LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
+USE_LIBTOOL= # defined
+USE_X11BASE= # defined
+
+GNU_CONFIGURE= # defined
+CONFIGURE_ENV+= GHOSTSCRIPT=${LOCALBASE}/bin/gstty
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"