summaryrefslogtreecommitdiff
path: root/print/xpp
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-12-08 16:36:24 +0000
committerjlam <jlam@pkgsrc.org>2000-12-08 16:36:24 +0000
commit34e2858e72cd09e8f4411d0466b78a5d69b005c0 (patch)
tree20a097d7ddf3e3236f5de70f400566be1898bc8f /print/xpp
parent5e7e6b3ab67d2d613445626ea23e06eb0fd0541f (diff)
downloadpkgsrc-34e2858e72cd09e8f4411d0466b78a5d69b005c0.tar.gz
xpp - The X Printing Panel
This is a useful X11 frontend to printing with CUPS.
Diffstat (limited to 'print/xpp')
-rw-r--r--print/xpp/Makefile28
-rw-r--r--print/xpp/files/md53
-rw-r--r--print/xpp/pkg/COMMENT1
-rw-r--r--print/xpp/pkg/DESCR6
-rw-r--r--print/xpp/pkg/PLIST5
5 files changed, 43 insertions, 0 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile
new file mode 100644
index 00000000000..2096627ef6d
--- /dev/null
+++ b/print/xpp/Makefile
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2000/12/08 16:36:24 jlam Exp $
+
+DISTNAME= xpp-0.7
+CATEGORIES= print x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cups/}
+
+MAINTAINER= jlam@netbsd.org
+HOMEPAGE= http://cups.sourceforge.net/xpp/index.html
+
+DEPENDS+= cups>=1.1.1:../../print/cups
+DEPENDS+= fltk>=1.0.9:../../graphics/fltk
+
+USE_X11= # defined
+
+GNU_CONFIGURE= # defined
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
+CONFIGURE_ENV+= LIBS="${LIBS}"
+
+CPPFLAGS+= -I${LOCALBASE}/include # cups/cups.h
+LIBS+= -lGL -lm # -lfltk
+
+DOCDIR= ${PREFIX}/share/doc/xpp
+
+post-install:
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+ cd ${WRKSRC}; ${INSTALL_DATA} LICENSE README ${DOCDIR}
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/print/xpp/files/md5 b/print/xpp/files/md5
new file mode 100644
index 00000000000..d13587f167a
--- /dev/null
+++ b/print/xpp/files/md5
@@ -0,0 +1,3 @@
+$NetBSD: md5,v 1.1.1.1 2000/12/08 16:36:24 jlam Exp $
+
+MD5 (xpp-0.7.tar.gz) = 4a959f60c0807901b5ac236d5b372ff5
diff --git a/print/xpp/pkg/COMMENT b/print/xpp/pkg/COMMENT
new file mode 100644
index 00000000000..bfc0f0d1842
--- /dev/null
+++ b/print/xpp/pkg/COMMENT
@@ -0,0 +1 @@
+X Printing Panel
diff --git a/print/xpp/pkg/DESCR b/print/xpp/pkg/DESCR
new file mode 100644
index 00000000000..63fb84388b2
--- /dev/null
+++ b/print/xpp/pkg/DESCR
@@ -0,0 +1,6 @@
+The X Printing Panel (XPP) is a completely free tool that interfaces with
+the Common UNIX Printing System (CUPS) for easy choosing of the desired
+printer out of a list of all available printers and for setting printer
+options by and 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.
diff --git a/print/xpp/pkg/PLIST b/print/xpp/pkg/PLIST
new file mode 100644
index 00000000000..3fca7bb18ca
--- /dev/null
+++ b/print/xpp/pkg/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/08 16:36:24 jlam Exp $
+bin/xpp
+share/doc/xpp/LICENSE
+share/doc/xpp/README
+@dirrm share/doc/xpp