1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/astro/sattrack/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

25 lines
548 B
Makefile

# New ports collection makefile for: sattrack
# Date created: 6 Apr 1996
# Whom: Brent J. Nordquist <bjn@visi.com>
#
# $FreeBSD$
#
PORTNAME= sattrack
PORTVERSION= 3.1.6
PORTREVISION= 1
CATEGORIES= astro hamradio
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= trevor
MAINTAINER= ports@FreeBSD.org
COMMENT= Real-time satellite tracking and orbit propagation program
USE_XLIB= yes
WRKSRC= ${WRKDIR}/SatTrack-${PORTVERSION}/src
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>