summaryrefslogtreecommitdiff
path: root/print/psjoin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/psjoin/Makefile')
-rw-r--r--print/psjoin/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/print/psjoin/Makefile b/print/psjoin/Makefile
deleted file mode 100644
index 121846ba612..00000000000
--- a/print/psjoin/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/08/10 05:19:39 reed Exp $
-#
-
-DISTNAME= psjoin
-PKGNAME= psjoin-0.3
-CATEGORIES= print
-MASTER_SITES= http://homepage3.nifty.com/tsato/tools/
-EXTRACT_SUFX= # empty
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://homepage3.nifty.com/tsato/tools/psjoin.html
-COMMENT= Concatenate PostScript files
-
-DIST_SUBDIR= ${PKGNAME_NOREV}
-EXTRACT_CMD= ${CP} ${DOWNLOADED_DISTFILE} .
-NO_BUILD= yes
-REPLACE_PERL= psjoin
-USE_TOOLS+= perl:run
-WRKSRC= ${WRKDIR}
-
-INSTALLATION_DIRS= bin
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/psjoin ${PREFIX}/bin/psjoin
-
-.include "../../mk/bsd.pkg.mk"