summaryrefslogtreecommitdiff
path: root/print/xpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/xpp/Makefile')
-rw-r--r--print/xpp/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile
deleted file mode 100644
index cbcad110eb7..00000000000
--- a/print/xpp/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2002/09/18 23:55:51 jlam Exp $
-
-DISTNAME= xpp-1.1
-PKGREVISION= 1
-CATEGORIES= print x11
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cups/}
-
-MAINTAINER= jlam@netbsd.org
-HOMEPAGE= http://cups.sourceforge.net/xpp/index.html
-COMMENT= X Printing Panel
-
-USE_BUILDLINK2= # defined
-USE_X11= # defined
-USE_GMAKE= # defined
-GNU_CONFIGURE= # defined
-
-DOCDIR= ${PREFIX}/share/doc/xpp
-
-post-install:
- ${INSTALL_DATA_DIR} ${DOCDIR}
- cd ${WRKSRC}; ${INSTALL_DATA} LICENSE README ${DOCDIR}
-
-.include "../../print/cups/buildlink2.mk"
-.include "../../x11/fltk/buildlink2.mk"
-
-.include "../../mk/bsd.pkg.mk"