e4f0c42ffc
- Repect CC - Respect CFLAGS - Strip binary
23 lines
496 B
Makefile
23 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>
|