blob: abc6ed7047754783e9789964ea8eb59a0569d4df (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: sattrack
# Version required: 3.1.6
# Date created: 6 Apr 1996
# Whom: Brent J. Nordquist <bjn@visi.com>
#
# $Id: Makefile,v 1.8 1997/08/18 22:19:20 fenner Exp $
#
DISTNAME= sattrack-3.1.6
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= bjn@visi.com
USE_XLIB= yes
WRKSRC= ${WRKDIR}/SatTrack-3.1.6/src
post-install:
@${CAT} ${PKGDIR}/MESSAGE
.include <bsd.port.mk>
|