summaryrefslogtreecommitdiff
path: root/security/opieprint/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2004-08-29 00:45:49 +0000
committerMichael Haro <mharo@FreeBSD.org>2004-08-29 00:45:49 +0000
commit4a12a31aa1b4b2ee32389fbecb0b3ef196f99633 (patch)
tree8e2665b75fd297a5ae2ad97449c238b5d8fbbd3b /security/opieprint/Makefile
parentAdd slaves ports for Aspell's new dictionaries. (diff)
Add opieprint
output postscript with 100 OPIE passwords credit card sized
Notes
Notes: svn path=/head/; revision=117538
Diffstat (limited to 'security/opieprint/Makefile')
-rw-r--r--security/opieprint/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/security/opieprint/Makefile b/security/opieprint/Makefile
index 54bae7d02f44..17a689a9cecc 100644
--- a/security/opieprint/Makefile
+++ b/security/opieprint/Makefile
@@ -5,27 +5,27 @@
# $FreeBSD$
#
-PORTNAME= keyprint
+PORTNAME= opieprint
PORTVERSION= 1.0
CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= mharo
+MASTER_SITES= http://www.inner.net/pub/opie/contrib/
+DISTNAME= ${PORTNAME}
+EXTRACT_SUFX= .gz
MAINTAINER= mharo@FreeBSD.org
-COMMENT= Print S/Key keys on a piece of paper, twice the size of a credit card
+COMMENT= Output postscript with 100 OPIE passwords credit card sized
NO_BUILD= yes
+NO_WRKSUBDIR= yes
USE_REINPLACE= yes
+USE_PERL5_RUN= yes
+
+EXTRACT_AFTER_ARGS= > ${WRKSRC}/${PORTNAME}
post-patch:
- ${REINPLACE_CMD} -e 's,__PREFIX__,${PREFIX},' ${WRKSRC}/keyprint
+ ${REINPLACE_CMD} -e 's,/usr/local/bin/perl,${PERL},' ${WRKSRC}/opieprint
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
+ ${INSTALL_SCRIPT} ${WRKSRC}/opieprint ${PREFIX}/bin
.include <bsd.port.mk>