43f0c9f153
- Trim Makefile header Approved by: tobez@ (maintainer)
32 lines
579 B
Makefile
32 lines
579 B
Makefile
# Created by: Anton Berezin <tobez@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= biblical-curse
|
|
PORTVERSION= 0.02
|
|
CATEGORIES= misc
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
COMMENT= Fake biblical curse generator
|
|
|
|
USES= perl5
|
|
USE_PERL5= run
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/src
|
|
|
|
SRC= ${.CURDIR}/src
|
|
|
|
do-fetch:
|
|
@${DO_NADA}
|
|
|
|
pre-patch:
|
|
@${CP} -R ${SRC} ${WRKDIR}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/bin/perl|${PERL}|' ${WRKSRC}/biblical-curse
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/biblical-curse ${PREFIX}/bin/biblical-curse
|
|
|
|
.include <bsd.port.mk>
|