freebsd-ports/security/opieprint/Makefile
Thomas Abthorpe 3f90fd4974 - Use PLIST_FILES, remove pkg-plist
- Bump PORTREVISION
- Pass maintainership to submiiter

PR:		ports/117426
Submitted by:	Philippe Audeoud <jadawin tuxaco.net>
Approved by:	clsung (mentor, implicit)
2007-10-24 02:10:30 +00:00

33 lines
707 B
Makefile

# New ports collection makefile for: keyprint
# Date created: Sat May 29 02:05:00 PDT 1999
# Whom: mharo@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= opieprint
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.inner.net/pub/opie/contrib/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .gz
MAINTAINER= jadawin@tuxaco.net
COMMENT= Output postscript with 100 OPIE passwords credit card sized
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_PERL5_RUN= yes
PLIST_FILES= bin/opieprint
EXTRACT_AFTER_ARGS= > ${WRKSRC}/${PORTNAME}
post-patch:
${REINPLACE_CMD} -e 's,/usr/local/bin/perl,${PERL},' ${WRKSRC}/opieprint
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/opieprint ${PREFIX}/bin
.include <bsd.port.mk>