summaryrefslogtreecommitdiffstats
path: root/print/xpp
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-10-03 14:39:06 +0000
committerpetef <petef@FreeBSD.org>2001-10-03 14:39:06 +0000
commit97a4eaf7fe31dc2ade5f8445564ead7fda0d83d0 (patch)
tree6f313c860fb35588a3657c96af0e3e99130237f4 /print/xpp
parent5adaf17fcc14c0818d548fdfbf28ab41fecaad86 (diff)
downloadFreeBSD-ports-97a4eaf7fe31dc2ade5f8445564ead7fda0d83d0.zip
FreeBSD-ports-97a4eaf7fe31dc2ade5f8445564ead7fda0d83d0.tar.gz
Add xpp-1.0, a GUI print front-end for CUPS
PR: 31005 Submitted by: "Daniel O'Connor" <darius@chowder.dons.net.au>
Diffstat (limited to 'print/xpp')
-rw-r--r--print/xpp/Makefile27
-rw-r--r--print/xpp/distinfo1
-rw-r--r--print/xpp/pkg-comment1
-rw-r--r--print/xpp/pkg-descr7
-rw-r--r--print/xpp/pkg-plist1
5 files changed, 37 insertions, 0 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile
new file mode 100644
index 0000000..fb0239b
--- /dev/null
+++ b/print/xpp/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: xpp
+# Date created: 3 Oct 2001
+# Whom: Daniel O'Connor <doconnor@gsoft.com.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= xpp
+PORTVERSION= 1.0
+CATEGORIES= print
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= cups
+
+MAINTAINER= doconnor@gsoft.com.au
+
+LIB_DEPENDS= cups:${PORTSDIR}/print/cups \
+ fltk:${PORTSDIR}/x11-toolkits/fltk
+
+GNU_CONFIGURE= yes
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+
+CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lcups -lfltk \
+ -lGL -lXext ${PTHREAD_LIBS:S/"//g}" \
+ CPPFLAGS=-I${LOCALBASE}/include
+
+.include <bsd.port.mk>
diff --git a/print/xpp/distinfo b/print/xpp/distinfo
new file mode 100644
index 0000000..0635b5d
--- /dev/null
+++ b/print/xpp/distinfo
@@ -0,0 +1 @@
+MD5 (xpp-1.0.tar.gz) = fc2649b2db29a3ae4bec6842ccd8e268
diff --git a/print/xpp/pkg-comment b/print/xpp/pkg-comment
new file mode 100644
index 0000000..7709eb6
--- /dev/null
+++ b/print/xpp/pkg-comment
@@ -0,0 +1 @@
+GUI print front-end for CUPS
diff --git a/print/xpp/pkg-descr b/print/xpp/pkg-descr
new file mode 100644
index 0000000..cb73211
--- /dev/null
+++ b/print/xpp/pkg-descr
@@ -0,0 +1,7 @@
+The X Printing Panel (XPP) is a completely free (GPL) tool for easy choosing of
+the desired printer out of a list of all available printers and for setting
+printer options by an easy-to-use graphical user interface. One simply calls the
+program (xpp) instead of the usual utilities (lpr or lp) at the command line or
+out of applications.
+
+WWW: http://cups.sourceforge.net/xpp/
diff --git a/print/xpp/pkg-plist b/print/xpp/pkg-plist
new file mode 100644
index 0000000..9d7d8ec
--- /dev/null
+++ b/print/xpp/pkg-plist
@@ -0,0 +1 @@
+bin/xpp
OpenPOWER on IntegriCloud