1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/astro/phoon/Makefile
Kirill Ponomarev bcadc8453d Change my mail to @FreeBSD.org
Approved by:	fjoe (mentor)
2003-07-22 10:34:12 +00:00

27 lines
568 B
Makefile

# New ports collection makefile for: phoon
# Date created: 14 May 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#
PORTNAME= phoon
PORTVERSION= 2003
CATEGORIES= astro
MASTER_SITES= http://www.acme.com/software/phoon/
PKGNAMESUFFIX= _20jan
DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}${PORTVERSION}
MAINTAINER= krion@FreeBSD.org
COMMENT= Phoon displays the phase of the moon
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_REINPLACE= yes
MAN1= phoon.1
pre-patch:
@${REINPLACE_CMD} -e 's|gmtoff = !!!;||g' \
${WRKSRC}/date_parse.c
.include <bsd.port.mk>