1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/security/keyprint/Makefile
Michael Haro dd69f1747b 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:
1999-06-02 08:11:29 +00:00

29 lines
670 B
Makefile

# 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>