diff options
author | marcus <marcus@FreeBSD.org> | 2002-11-18 03:52:08 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-11-18 03:52:08 +0800 |
commit | 215b3dbdecb0a84f3bf8b26fcb5e085555cc7227 (patch) | |
tree | 2d724a5c8edd8a49096a22e44a37f3f0355e16ac /print | |
parent | 2b815a5abab1b85eb1844fc7bea1e68ece85d32c (diff) | |
download | freebsd-ports-gnome-215b3dbdecb0a84f3bf8b26fcb5e085555cc7227.tar.gz freebsd-ports-gnome-215b3dbdecb0a84f3bf8b26fcb5e085555cc7227.tar.zst freebsd-ports-gnome-215b3dbdecb0a84f3bf8b26fcb5e085555cc7227.zip |
Add gtklp, a GTK+ frontend to CUPS.
PR: 44376
Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 1 | ||||
-rw-r--r-- | print/gtklp/Makefile | 29 | ||||
-rw-r--r-- | print/gtklp/distinfo | 1 | ||||
-rw-r--r-- | print/gtklp/pkg-comment | 1 | ||||
-rw-r--r-- | print/gtklp/pkg-descr | 7 | ||||
-rw-r--r-- | print/gtklp/pkg-plist | 11 |
6 files changed, 50 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index cdc7ceda2fbb..c6e43e9cf294 100644 --- a/print/Makefile +++ b/print/Makefile @@ -71,6 +71,7 @@ SUBDIR += gnomeprint SUBDIR += gp SUBDIR += gsfonts + SUBDIR += gtklp SUBDIR += guitartex SUBDIR += gv SUBDIR += hp2xx diff --git a/print/gtklp/Makefile b/print/gtklp/Makefile new file mode 100644 index 000000000000..3ac189bfa800 --- /dev/null +++ b/print/gtklp/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: gtklp +# Date created: 22 Oct 2002 +# Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> +# +# $FreeBSD$ +# + +PORTNAME= gtklp +PORTVERSION= 0.9m +CATEGORIES= print +MASTER_SITES= http://www.stud.uni-hannover.de/~sirtobi/gtklp/files/ +DISTNAME= ${PORTNAME}-${PORTVERSION}.src + +MAINTAINER= martin.klaffenboeck@gmx.at + +LIB_DEPENDS= cups:${PORTSDIR}/print/cups + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_GNOMENG= yes +USE_GNOME= gtk12 +GNU_CONFIGURE= yes +USE_X_PREFIX= yes + +CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lcups" + +MAN1= gtklp.1 gtklpq.1 + +.include <bsd.port.mk> diff --git a/print/gtklp/distinfo b/print/gtklp/distinfo new file mode 100644 index 000000000000..2e4a6a055f7b --- /dev/null +++ b/print/gtklp/distinfo @@ -0,0 +1 @@ +MD5 (gtklp-0.9m.src.tar.gz) = 127063ddd6f92338b34f4c91cf8b01b9 diff --git a/print/gtklp/pkg-comment b/print/gtklp/pkg-comment new file mode 100644 index 000000000000..118ff7457136 --- /dev/null +++ b/print/gtklp/pkg-comment @@ -0,0 +1 @@ +A gtk interface to cups diff --git a/print/gtklp/pkg-descr b/print/gtklp/pkg-descr new file mode 100644 index 000000000000..84e1e5ee42ee --- /dev/null +++ b/print/gtklp/pkg-descr @@ -0,0 +1,7 @@ +This is a gtk interface to cups. + +Visit the Webpage for further details. + +WWW: http://www.stud.uni-hannover.de/~sirtobi/gtklp/ + +- Martin Klaffenboeck <martin.klaffenboeck@gmx.at> diff --git a/print/gtklp/pkg-plist b/print/gtklp/pkg-plist new file mode 100644 index 000000000000..4fb7cc8f4827 --- /dev/null +++ b/print/gtklp/pkg-plist @@ -0,0 +1,11 @@ +bin/gtklp +bin/gtklpq +share/locale/cz/LC_MESSAGES/gtklp.mo +share/locale/de/LC_MESSAGES/gtklp.mo +share/locale/en/LC_MESSAGES/gtklp.mo +share/locale/es/LC_MESSAGES/gtklp.mo +share/locale/fr/LC_MESSAGES/gtklp.mo +share/locale/it/LC_MESSAGES/gtklp.mo +share/locale/nl/LC_MESSAGES/gtklp.mo +share/locale/pl/LC_MESSAGES/gtklp.mo +share/locale/ru/LC_MESSAGES/gtklp.mo |