summaryrefslogtreecommitdiff
path: root/print/xpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/xpp/Makefile')
-rw-r--r--print/xpp/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile
deleted file mode 100644
index 9630e624c7d..00000000000
--- a/print/xpp/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.30 2005/06/01 18:03:20 jlam Exp $
-
-DISTNAME= xpp-1.1
-PKGREVISION= 5
-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_TOOLS+= gmake
-GNU_CONFIGURE= yes
-USE_LANGUAGES= c++
-
-DOCDIR= ${PREFIX}/share/doc/xpp
-
-.include "../../print/cups/buildlink3.mk"
-.include "../../x11/fltk/buildlink3.mk"
-
-post-install:
- ${INSTALL_DATA_DIR} ${DOCDIR}
- cd ${WRKSRC}; ${INSTALL_DATA} LICENSE README ${DOCDIR}
-
-.include "../../mk/bsd.pkg.mk"