From 92103d6d5cd276d1373540bf8b9d97a23929f822 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 29 May 1999 03:56:15 +0000 Subject: Update to use gtk version 1.2.3. PR: 11842 Submitted by: Jeremy Lea --- print/pdq/Makefile | 18 ++++++++---------- print/pdq/pkg-message | 6 ++++++ 2 files changed, 14 insertions(+), 10 deletions(-) create mode 100644 print/pdq/pkg-message (limited to 'print') 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 # -# $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 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. * +* * +******************************************************* -- cgit v1.2.3