mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
581d1f02c1
- Transfer MAINTAINER to submitter PR: ports/78566 Submitted by: Søren Straarup <xride@x12.dk>
28 lines
580 B
Makefile
28 lines
580 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= xride@x12.dk
|
|
COMMENT= Displays the phase of the moon
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USE_REINPLACE= yes
|
|
MAN1= phoon.1
|
|
PLIST_FILES= bin/phoon
|
|
|
|
pre-patch:
|
|
@${REINPLACE_CMD} -e 's|gmtoff = !!!;||g' \
|
|
${WRKSRC}/date_parse.c
|
|
|
|
.include <bsd.port.mk>
|