blob: 042a6b82fa414b2e2d9ed305d72116317d643c1b (
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
# Version required: 3.1.4
# Date created: 6 Apr 1996
# Whom: Brent J. Nordquist <nordquist@platinum.com>
#
# $Id: Makefile,v 1.2 1996/04/15 09:35:10 tg Exp $
#
DISTNAME= sattrack-3.1.4
CATEGORIES+= astro
MASTER_SITES= http://ssl.berkeley.edu/isi_www/
MAINTAINER= nordquist@platinum.com
# restrictive copyright: distribution via ftp is OK,
# bundling with commercial products (CDROM) is forbidden
# without author's consent
NO_CDROM= yes
WRKSRC= ${WRKDIR}/SatTrack/src
MAKE_FLAGS= PREFIX=${PREFIX} -f
.include <bsd.port.mk>
|