aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2003-08-18 03:14:39 +0800
committerkrion <krion@FreeBSD.org>2003-08-18 03:14:39 +0800
commite2698ccbe1c254f72bbd8f38a98e2e7ef219a18c (patch)
tree06c421bf909b9815dc6af268ef15fe48186b7f00 /print
parent68cf6f479ccffe5b7af8b6b96b98f8d93082ebb5 (diff)
downloadfreebsd-ports-gnome-e2698ccbe1c254f72bbd8f38a98e2e7ef219a18c.tar.gz
freebsd-ports-gnome-e2698ccbe1c254f72bbd8f38a98e2e7ef219a18c.tar.zst
freebsd-ports-gnome-e2698ccbe1c254f72bbd8f38a98e2e7ef219a18c.zip
- Update to version 0.9p
PR: 55666 Submitted by: Ports Fury
Diffstat (limited to 'print')
-rw-r--r--print/gtklp/Makefile16
-rw-r--r--print/gtklp/distinfo2
-rw-r--r--print/gtklp/pkg-descr11
3 files changed, 13 insertions, 16 deletions
diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile
index 73859e1de98b..e48c5d122142 100644
--- a/print/gtklp/Makefile
+++ b/print/gtklp/Makefile
@@ -6,26 +6,24 @@
#
PORTNAME= gtklp
-PORTVERSION= 0.9m
+PORTVERSION= 0.9p
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gtklp
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
-MAINTAINER= ports@freebsd.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= A gtk interface to cups
-LIB_DEPENDS= cups:${PORTSDIR}/print/cups
+LIB_DEPENDS= cups.2:${PORTSDIR}/print/cups-base
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-USE_GNOME= gtk12
-GNU_CONFIGURE= yes
USE_X_PREFIX= yes
-USE_AUTOCONF_VER= 253
-USE_AUTOMAKE_VER= 15
-
-CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lcups"
+USE_GNOME= gnometarget gtk12
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/lib" \
+ LDFLAGS="-L${LOCALBASE}/lib"
MAN1= gtklp.1 gtklpq.1
diff --git a/print/gtklp/distinfo b/print/gtklp/distinfo
index 2e4a6a055f7b..55c5390f2502 100644
--- a/print/gtklp/distinfo
+++ b/print/gtklp/distinfo
@@ -1 +1 @@
-MD5 (gtklp-0.9m.src.tar.gz) = 127063ddd6f92338b34f4c91cf8b01b9
+MD5 (gtklp-0.9p.src.tar.gz) = 6e287468e9e01bae464c78a197f94160
diff --git a/print/gtklp/pkg-descr b/print/gtklp/pkg-descr
index 84e1e5ee42ee..c335c84895f3 100644
--- a/print/gtklp/pkg-descr
+++ b/print/gtklp/pkg-descr
@@ -1,7 +1,6 @@
-This is a gtk interface to cups.
+GtkLP for CUPS is a frontend for the lpr that comes with CUPS. It
+is written to make it easy to use nearly all the options from CUPS
+without knowing them by name. For print-admins, there is also an
+pretty simple queue tool implemented.
-Visit the Webpage for further details.
-
-WWW: http://www.stud.uni-hannover.de/~sirtobi/gtklp/
-
-- Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
+WWW: http://gtklp.sourceforge.net/