aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/bigyear/Makefile
blob: 3491f4d2a0eaa56d1623cdc3c6ae4110342c5e3b (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
# New ports collection makefile for:   bigyear
# Date created:        26 February 2001
# Whom:                George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=   bigyear
PORTVERSION=    20010226
PORTEPOCH=  1
CATEGORIES= deskutils
MASTER_SITES=   http://mahon.cwx.net/sources/
DISTNAME=   ${PORTNAME}

MAINTAINER= greid@FreeBSD.org
COMMENT=    A program to print a large (one month per page) calendar

MAN1=       bigyear.1

post-extract:
    ${RM} ${WRKSRC}/bigyear

do-patch:
# No point wasting inodes with patches
    @(${SED} -e 's,^CFLAGS,#CFLAGS,g' ${WRKSRC}/Makefile > ${WRKSRC}/foo && \
        ${MV} ${WRKSRC}/foo ${WRKSRC}/Makefile)

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/bigyear ${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/bigyear.1 ${PREFIX}/man/man1

.include <bsd.port.mk>