summaryrefslogtreecommitdiff
path: root/print/xpp/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2002-09-18 23:55:51 +0000
committerjlam <jlam>2002-09-18 23:55:51 +0000
commit6308a40fae177ac4fa08766ec74bc723d9120326 (patch)
tree3b24dd7700c127c3cc8a42445fd2942c3d361938 /print/xpp/Makefile
parentdfe2e2bb6d217ec641414081e89f2e7141038085 (diff)
downloadpkgsrc-6308a40fae177ac4fa08766ec74bc723d9120326.tar.gz
Update print/xpp to version 1.1. Changes from version 1.0 include:
- Removed function overloading for the password dialog, used the new method of CUPS 1.1.3 - Added support for the "natural-scaling" image size option introduced in CUPS 1.1.9 - Added support for the new PPD-O-Matic PPD files of linuxprinting.org (numerical options appeared twice before). The old CUPS-O-Matic files can still be used. - The COMDATA lines in the PPD files of the new XML Foomatic changed in a way incompatible to the parser for the numerical options in XPP. Modified parser to read both the old and the new format.
Diffstat (limited to 'print/xpp/Makefile')
-rw-r--r--print/xpp/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile
index 3489d79c238..cbcad110eb7 100644
--- a/print/xpp/Makefile
+++ b/print/xpp/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2002/08/25 21:50:35 jlam Exp $
+# $NetBSD: Makefile,v 1.18 2002/09/18 23:55:51 jlam Exp $
-DISTNAME= xpp-1.0
+DISTNAME= xpp-1.1
PKGREVISION= 1
CATEGORIES= print x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cups/}
@@ -16,9 +16,6 @@ GNU_CONFIGURE= # defined
DOCDIR= ${PREFIX}/share/doc/xpp
-pre-configure:
- cd ${WRKSRC}; ${TOUCH} Makefile.in aclocal.m4 configure
-
post-install:
${INSTALL_DATA_DIR} ${DOCDIR}
cd ${WRKSRC}; ${INSTALL_DATA} LICENSE README ${DOCDIR}