d89ef551cf
- Mute extraction-related command, respect ${CC} - Transfer maintainership to the submitter PR: 199323 Submitted by: Chris Hutchinson
25 lines
631 B
Makefile
25 lines
631 B
Makefile
# Created by: George Reid <greid@ukug.uk.freebsd.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bigyear
|
|
PORTVERSION= 20010226
|
|
PORTEPOCH= 1
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= http://BSDforge.com/projects/source/deskutils/bigyear/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= portmaster@BSDforge.com
|
|
COMMENT= Program to print a large (one month per page) calendar
|
|
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
|
|
|
PLIST_FILES= bin/bigyear man/man1/bigyear.1.gz
|
|
|
|
post-extract:
|
|
@${RM} ${WRKSRC}/bigyear
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bigyear ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/bigyear.1 ${STAGEDIR}${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|