aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/dailystrips/Makefile
blob: a15528f63257734acb4aa179aa0e555d55897e13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# New ports collection makefile for:    dailystrips
# Date created:             13 July 2001
# Whom:                 Pete Fritchman <petef@databits.net>
#
# $FreeBSD$
#

PORTNAME=   dailystrips
PORTVERSION=    1.0.27
CATEGORIES= deskutils www
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= petef@FreeBSD.org
COMMENT=    Utility to download or view your favorite online comic strips daily

RUN_DEPENDS=    ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
        ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate

NO_BUILD=   yes
USE_PERL5=  yes
USE_REINPLACE=  yes

post-patch:
    @${REINPLACE_CMD} 's|^#!/usr/bin/perl|#!${PERL}|; \
        s!/usr/share/dailystrips/strips.def!${DATADIR}/strips.def!' \
        ${WRKSRC}/dailystrips

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/dailystrips ${PREFIX}/bin
    ${INSTALL_SCRIPT} ${WRKSRC}/dailystrips-clean ${PREFIX}/bin
    @${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>