freebsd-ports/astro/sattrack/Makefile

24 lines
534 B
Makefile
Raw Normal View History

# 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
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= asami/LOCAL_PORTS
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= Real-time satellite tracking and orbit propagation program
USE_XLIB= yes
WRKSRC= ${WRKDIR}/SatTrack-${PORTVERSION}/src
post-install:
2000-01-29 21:01:39 +01:00
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>