mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
5d9f97bd33
the previous master site. Brent Nordquist (bjn@visi.com) got permission from Manfred Bester to keep this file in LOCAL_PORTS: | I herewith give you permission to put the original distribution file | sattrack-3.1.6.tar.gz on the archive. Submitted by: "Brent J. Nordquist" <bjn@visi.com>
21 lines
514 B
Makefile
21 lines
514 B
Makefile
# 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.7 1997/03/02 11:54:20 asami Exp $
|
|
#
|
|
|
|
DISTNAME= sattrack-3.1.6
|
|
CATEGORIES= astro
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= bjn@visi.com
|
|
|
|
WRKSRC= ${WRKDIR}/SatTrack-3.1.6/src
|
|
|
|
post-install:
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|