summaryrefslogtreecommitdiff
path: root/security/opieprint/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-06-02 08:11:29 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-06-02 08:11:29 +0000
commitdd69f1747b08a63aacb1fef2e47b8c475fe33191 (patch)
treeb042b6c997ecd85f42198318c89fc8876f022e22 /security/opieprint/Makefile
parentUpgrade to OpenSSL 0.9.3: (diff)
This is keyprint: a quick hack for printing S/Key keys on a small piece
of paper, twice the size of a credit card for easy storage in a wallet, card holder, etc. It produces a PostScript file which can be printed and then trimmed to size:
Notes
Notes: svn path=/head/; revision=19178
Diffstat (limited to 'security/opieprint/Makefile')
-rw-r--r--security/opieprint/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/security/opieprint/Makefile b/security/opieprint/Makefile
new file mode 100644
index 000000000000..6e9b309995ee
--- /dev/null
+++ b/security/opieprint/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: keyprint
+# Version required: 1.0
+# Date created: Sat May 29 02:05:00 PDT 1999
+# Whom: mharo@FreeBSD.org
+#
+# $Id$
+#
+
+DISTNAME= keyprint-1.0
+CATEGORIES= security
+MASTER_SITES= http://www.freebsd.org/~mharo/distfiles/
+
+MAINTAINER= mharo@FreeBSD.org
+
+NO_BUILD= yes
+
+post-patch:
+ /usr/bin/perl -pi -e 's,__PREFIX__,${PREFIX},' ${WRKSRC}/keyprint
+
+do-install:
+ ${MKDIR} ${PREFIX}/share/keyprint
+ ${INSTALL_DATA} ${WRKSRC}/keyblank.ps ${PREFIX}/share/keyprint
+ ${INSTALL_SCRIPT} ${WRKSRC}/keyprint ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/keyprint
+.endif
+
+.include <bsd.port.mk>