aboutsummaryrefslogtreecommitdiff
path: root/astro/phoon/Makefile
blob: 7da36361861067a90d20800f686621c9b43e2255 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Kirill Ponomarew <ponomarew@oberon.net>

PORTNAME=	phoon
PORTVERSION=	2014
CATEGORIES=	astro
MASTER_SITES=	http://www.acme.com/software/phoon/
PKGNAMESUFFIX=	_14Aug
DISTNAME=	${PORTNAME}${PKGNAMESUFFIX}${PORTVERSION}

MAINTAINER=	xride@FreeBSD.org
COMMENT=	Displays the phase of the moon

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>