diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-17 19:14:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-08-17 19:14:39 +0000 |
commit | c85d863fee985a649edf24e5b2540a091932c738 (patch) | |
tree | 6c99f539049b1df88df7614f8d34aedc2ff923eb /print/gtklp | |
parent | c923325299220cb541c906a572bea54cf069853b (diff) | |
download | ports-c85d863fee985a649edf24e5b2540a091932c738.tar.gz ports-c85d863fee985a649edf24e5b2540a091932c738.zip |
Notes
Diffstat (limited to 'print/gtklp')
-rw-r--r-- | print/gtklp/Makefile | 16 | ||||
-rw-r--r-- | print/gtklp/distinfo | 2 | ||||
-rw-r--r-- | print/gtklp/pkg-descr | 11 |
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/ |