7dad1dc466
Reminded by: markm
23 lines
689 B
Makefile
23 lines
689 B
Makefile
# 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>
|