freebsd-ports/astro/phoon/Makefile

21 lines
472 B
Makefile
Raw Normal View History

PORTNAME= phoon
2018-06-03 05:25:10 +02:00
PORTVERSION= 2014
CATEGORIES= astro
MASTER_SITES= http://www.acme.com/software/phoon/
2018-06-03 05:25:10 +02:00
PKGNAMESUFFIX= _14Aug
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}${PORTVERSION}
MAINTAINER= xride@FreeBSD.org
COMMENT= Displays the phase of the moon
WWW= https://www.acme.com/software/phoon/
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/phoon man/man1/phoon.1.gz
pre-patch:
@${REINPLACE_CMD} -e 's|gmtoff = !!!;||g' \
${WRKSRC}/date_parse.c
.include <bsd.port.mk>