summaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-11-17 19:52:08 +0000
committermarcus <marcus@FreeBSD.org>2002-11-17 19:52:08 +0000
commit215b3dbdecb0a84f3bf8b26fcb5e085555cc7227 (patch)
tree2d724a5c8edd8a49096a22e44a37f3f0355e16ac /print
parent2b815a5abab1b85eb1844fc7bea1e68ece85d32c (diff)
downloadFreeBSD-ports-215b3dbdecb0a84f3bf8b26fcb5e085555cc7227.zip
FreeBSD-ports-215b3dbdecb0a84f3bf8b26fcb5e085555cc7227.tar.gz
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/Makefile1
-rw-r--r--print/gtklp/Makefile29
-rw-r--r--print/gtklp/distinfo1
-rw-r--r--print/gtklp/pkg-comment1
-rw-r--r--print/gtklp/pkg-descr7
-rw-r--r--print/gtklp/pkg-plist11
6 files changed, 50 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile
index cdc7ced..c6e43e9 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 0000000..3ac189b
--- /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 0000000..2e4a6a0
--- /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 0000000..118ff74
--- /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 0000000..84e1e5e
--- /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 0000000..4fb7cc8
--- /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
OpenPOWER on IntegriCloud