mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
51952d781a
(thanks!) so remove NO_CDROM. It still requires a license for commercial use so print that out in MESSAGE. Closes PR ports/2843. Submitted by: bjn@visi.com
21 lines
526 B
Makefile
21 lines
526 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.6 1997/01/28 08:11:05 asami Exp $
|
|
#
|
|
|
|
DISTNAME= sattrack-3.1.6
|
|
CATEGORIES= astro
|
|
MASTER_SITES= http://ssl.berkeley.edu/isi_www/
|
|
|
|
MAINTAINER= bjn@visi.com
|
|
|
|
WRKSRC= ${WRKDIR}/SatTrack-3.1.6/src
|
|
|
|
post-install:
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
.include <bsd.port.mk>
|