forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
22 lines
496 B
Makefile
22 lines
496 B
Makefile
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= phoon
|
|
PORTVERSION= 2005
|
|
CATEGORIES= astro
|
|
MASTER_SITES= http://www.acme.com/software/phoon/
|
|
PKGNAMESUFFIX= _29jun
|
|
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>
|