summaryrefslogtreecommitdiff
path: root/print/pdfjam/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'print/pdfjam/Makefile')
-rw-r--r--print/pdfjam/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/print/pdfjam/Makefile b/print/pdfjam/Makefile
new file mode 100644
index 00000000000..78704db1e45
--- /dev/null
+++ b/print/pdfjam/Makefile
@@ -0,0 +1,29 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/01/09 10:10:08 uebayasi Exp $
+#
+
+PKGNAME= ${DISTFILES:C/_/-/}
+DISTNAME= pdfjam_1.20
+CATEGORIES= print
+MASTER_SITES= http://www.warwick.ac.uk/go/pdfjam/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= uebayasi@NetBSD.org
+HOMEPAGE= http://www2.warwick.ac.uk/fac/sci/statistics/staff/academic/firth/software/pdfjam/
+COMMENT= Small collection of PDF utilities
+
+DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin
+
+NO_BUILD= yes
+
+WRKSRC= ${WRKDIR}/pdfjam
+
+UTILS= pdf90 pdfjoin pdfnup
+
+do-install:
+.for _util in ${UTILS}
+ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/${_util} ${PREFIX}/bin/${_util}
+ ${INSTALL_MAN} ${WRKSRC}/man1/${_util}.1 ${PREFIX}/man/man1/${_util}.1
+.endfor
+.undef ${_util}
+
+.include "../../mk/bsd.pkg.mk"