f0c0728ee1
patch is actually redundant, but if accepted by the author, it should let this software build out of the box on NetBSD/ELF systems.
16 lines
338 B
Makefile
16 lines
338 B
Makefile
# $NetBSD: Makefile,v 1.2 2000/08/17 15:26:31 fredb 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
|
|
#HOMEPAGE=
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV+= LDLIBS="-lm ${LDFLAGS} -lX11"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|