summaryrefslogtreecommitdiff
path: root/print/xpp/Makefile
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/Makefile
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/Makefile')
-rw-r--r--print/xpp/Makefile28
1 files changed, 28 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"