summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-05-29 03:56:15 +0000
committerSteve Price <steve@FreeBSD.org>1999-05-29 03:56:15 +0000
commit92103d6d5cd276d1373540bf8b9d97a23929f822 (patch)
tree2313fd648f4f8aae5fe387795ed60d255d84b5d9 /print
parentUpdate to version 0.85 and use gtk version 1.2.3. (diff)
Update to use gtk version 1.2.3.
PR: 11842 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Notes
Notes: svn path=/head/; revision=19055
Diffstat (limited to 'print')
-rw-r--r--print/pdq/Makefile18
-rw-r--r--print/pdq/pkg-message6
2 files changed, 14 insertions, 10 deletions
diff --git a/print/pdq/Makefile b/print/pdq/Makefile
index e2cd41612252..55636a3bf467 100644
--- a/print/pdq/Makefile
+++ b/print/pdq/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 May 1999
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/05/17 10:32:38 foxfair Exp $
#
DISTNAME= pdq-2.1.1
@@ -13,11 +13,14 @@ EXTRACT_SUFX= .tgz
MAINTAINER= yinjieh@csie.nctu.edu.tw
-LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
+LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
+
+GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GNU_CONFIGURE= yes
-CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
- GLIB_CONFIG="${LOCALBASE}/bin/glib12-config"
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
+ GLIB_CONFIG="${GLIB_CONFIG}"
MAN1= lpd_cancel.1 lpd_print.1 lpd_status.1 pdq.1 xpdq.1
MAN5= printrc.5
@@ -29,11 +32,6 @@ post-install:
strip ${PREFIX}/bin/lpd_cancel
strip ${PREFIX}/bin/lpd_print
strip ${PREFIX}/bin/lpd_status
- @${ECHO} '*******************************************************'
- @${ECHO} '* *'
- @${ECHO} '* Please copy /usr/local/etc/printrc.sample to *'
- @${ECHO} '* /usr/local/etc/printrc by yourself, thanks. *'
- @${ECHO} '* *'
- @${ECHO} '*******************************************************'
+ @${CAT} pkg/MESSAGE
.include <bsd.port.mk>
diff --git a/print/pdq/pkg-message b/print/pdq/pkg-message
new file mode 100644
index 000000000000..36d7eacc8211
--- /dev/null
+++ b/print/pdq/pkg-message
@@ -0,0 +1,6 @@
+*******************************************************
+* *
+* Please copy /usr/local/etc/printrc.sample to *
+* /usr/local/etc/printrc by yourself, thanks. *
+* *
+*******************************************************