blob: fd1969a1eecb7daf021c5672aadb17cdf021dc17 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.4 2001/05/17 08:32:14 abs Exp $
#
DISTNAME= xworld-2.0
CATEGORIES= x11
MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \
ftp://ftp.Uni-Koeln.DE/misc/
MAINTAINER= wennmach@geo.Uni-Koeln.DE
COMMENT= Earth as seen from the direction of the sun
HAS_CONFIGURE= yes
CONFIGURE_ENV+= LDLIBS="-lm ${LDFLAGS} -lX11"
.include "../../mk/bsd.pkg.mk"
|