# New ports collection makefile for: bigyear # Date created: 26 February 2001 # Whom: George Reid # # $FreeBSD: ports/deskutils/bigyear/Makefile,v 1.5 2004/02/05 20:37:01 trevor Exp $ # PORTNAME= bigyear PORTVERSION= 20010226 PORTEPOCH= 1 CATEGORIES= deskutils MASTER_SITES= http://mahon.cwx.net/sources/ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A program to print a large (one month per page) calendar MAN1= bigyear.1 PLIST_FILES= bin/bigyear 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