mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to version 0.9p
PR: 55666 Submitted by: Ports Fury
This commit is contained in:
parent
c923325299
commit
c85d863fee
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87140
@ -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
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gtklp-0.9m.src.tar.gz) = 127063ddd6f92338b34f4c91cf8b01b9
|
||||
MD5 (gtklp-0.9p.src.tar.gz) = 6e287468e9e01bae464c78a197f94160
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user