summaryrefslogtreecommitdiff
path: root/print/hpijs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/hpijs/Makefile')
-rw-r--r--print/hpijs/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/print/hpijs/Makefile b/print/hpijs/Makefile
deleted file mode 100644
index 69bb51d791b..00000000000
--- a/print/hpijs/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.22 2005/09/28 20:52:25 rillig Exp $
-
-DISTNAME= hpijs-1.7.1
-PKGREVISION= # empty
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hpinkjet/}
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://hpinkjet.sourceforge.net/
-COMMENT= HP inkjet printer driver server
-
-CONFLICTS= ghostscript<=6.01nb4 ghostscript-nox11<=6.01nb4
-
-USE_LANGUAGES= c c++
-GNU_CONFIGURE= yes
-CPPFLAGS+= -DAPDK_BUFFER_SEND
-
-USE_TOOLS+= gzip
-ONLY_FOR_COMPILER= gcc
-INSTALLATION_DIRS= bin
-
-do-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/ppd
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/hpijs
- cd ${WRKSRC} && ${CP} hpijs ${PREFIX}/bin/hpijs
- cd ${WRKSRC} && ${CP} hpijs_readme.html gs_hpijs.png \
- ${PREFIX}/share/doc/html/hpijs/
- cd ${WRKSRC} && ${CP} ppd/HP* ${PREFIX}/share/ppd/
- ${GZIP_CMD} ${PREFIX}/share/ppd/HP*.ppd
-
-.include "../../mk/bsd.pkg.mk"