1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/astro/xtide/Makefile
Alexander Langer 024da06459 Don't install xttpd any more, which cleans up the port.
PR:		18362
Submitted by:	maintainer
Reported by:	steve

Don't use -O2.
PR:		18910
Submitted by:	me

Reviewed by:	cpiazza
2000-06-11 19:26:01 +00:00

37 lines
991 B
Makefile

# New ports collection makefile for: xtide
# Date created: 30 August 1997
# Whom: Brion Moss <brion@queeg.com>
#
# $FreeBSD$
#
PORTNAME= xtide
PORTVERSION= 2.2
CATEGORIES= astro
MASTER_SITES= ftp://ftp.flaterco.com/xtide/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} harmonics.world.gz
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= patseal@hyperhost.net
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
png.3:${PORTSDIR}/graphics/png
USE_X_PREFIX= yes
HAS_CONFIGURE= yes
MAN1= xtide.1 tide.1
MANCOMPRESSED= no
post-extract:
@${GZCAT} ${DISTDIR}/harmonics.world.gz > ${WRKSRC}/harmonics
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xtide ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/tide ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/DOCUMENTATION/xtide.1 ${PREFIX}/man/man1/xtide.1
${INSTALL_MAN} ${WRKSRC}/DOCUMENTATION/tide.1 ${PREFIX}/man/man1/tide.1
@${MKDIR} ${PREFIX}/share/xtide
${INSTALL_DATA} ${WRKSRC}/harmonics ${PREFIX}/share/xtide
.include <bsd.port.mk>