6c58a47f51
xearth version 1.1 (6 November 1999) Finalize some changes that I've been sitting on for a few years; integrate some contributed code. New features: - new position specifier (moon) - new rotation specifier (galactic) - cylindrical projections (-proj cyl) - support for "real" 24-bit displays - support for running xearth it its own top-level window (-noroot, -geometry) Plus miscellaneous code cleanup. "moon" and "galactic" changes are courtesy of Frank T. Solensky <solensky@TopLayer.com>.
14 lines
323 B
Makefile
14 lines
323 B
Makefile
# $NetBSD: Makefile,v 1.6 1999/11/10 18:41:45 fredb Exp $
|
|
#
|
|
|
|
DISTNAME= xearth-1.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://cag.lcs.mit.edu/pub/tuna/ \
|
|
ftp://ftp.cs.colorado.edu/users/tuna/
|
|
|
|
MAINTAINER= agc@netbsd.org
|
|
HOMEPAGE= http://www.cs.colorado.edu/~tuna/xearth/index.html
|
|
|
|
USE_IMAKE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|