freebsd-ports/security/opieprint/Makefile
Andrej Zverev 7edda98feb - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 18:03:40 +00:00

32 lines
670 B
Makefile

# Created by: 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@FreeBSD.org
COMMENT= Output postscript with 100 OPIE passwords credit card sized
NO_BUILD= yes
NO_WRKSUBDIR= yes
USES= perl5
USE_PERL5= run
PLIST_FILES= bin/opieprint
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS= #
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>