From bfd185488a7fb35149341b7baed4765211dcc073 Mon Sep 17 00:00:00 2001 From: jlam Date: Fri, 8 Dec 2000 16:36:24 +0000 Subject: xpp - The X Printing Panel This is a useful X11 frontend to printing with CUPS. --- print/xpp/Makefile | 28 ++++++++++++++++++++++++++++ print/xpp/files/md5 | 3 +++ print/xpp/pkg/COMMENT | 1 + print/xpp/pkg/DESCR | 6 ++++++ print/xpp/pkg/PLIST | 5 +++++ 5 files changed, 43 insertions(+) create mode 100644 print/xpp/Makefile create mode 100644 print/xpp/files/md5 create mode 100644 print/xpp/pkg/COMMENT create mode 100644 print/xpp/pkg/DESCR create mode 100644 print/xpp/pkg/PLIST (limited to 'print') 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 -- cgit v1.2.3