summaryrefslogtreecommitdiff
path: root/astro/sattrack/Makefile
blob: d0b530d204ea96b4729942da75d71a0113886503 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
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>