freebsd-ports/deskutils/dailystrips/Makefile
Mario Sergio Fujikawa Ferreira 74a67e8d6c Update to version 1.0.16
PR:		29352
Submitted by:	maintainer
2001-07-31 16:44:25 +00:00

39 lines
1 KiB
Makefile

# New ports collection makefile for: dailystrips
# Date created: 13 July 2001
# Whom: Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#
PORTNAME= dailystrips
PORTVERSION= 1.0.16
CATEGORIES= deskutils www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= petef@databits.net
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate
NO_BUILD= yes
USE_PERL5= yes
post-patch:
@${PERL} -pi -e 's|^#!/usr/bin/perl|#!${PERL}|; \
s!%-e!%e!; \
s!/usr/share/dailystrips/strips.def!${DATADIR}/strips.def!' \
${WRKSRC}/dailystrips.pl
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dailystrips.pl ${PREFIX}/bin/dailystrips
@${MKDIR} ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/strips.def ${DATADIR}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in README README.DEFS README.LOCAL
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>