2001-08-25 09:55:44 +00:00
|
|
|
# Ports collection makefile for: xworld
|
|
|
|
# Date created: 24 Aug 2001
|
|
|
|
# Whom: Kris Kennaway <kris@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xworld
|
|
|
|
PORTVERSION= 2.0
|
2007-05-19 20:36:56 +00:00
|
|
|
PORTREVISION= 1
|
2001-08-25 09:55:44 +00:00
|
|
|
CATEGORIES= astro
|
|
|
|
MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \
|
|
|
|
ftp://ftp.Uni-Koeln.DE/misc/
|
|
|
|
|
2001-11-03 22:22:34 +00:00
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
2003-02-21 12:52:52 +00:00
|
|
|
COMMENT= Earth as seen from the direction of the sun
|
2001-08-25 09:55:44 +00:00
|
|
|
|
2001-08-31 14:26:05 +00:00
|
|
|
USE_XLIB= yes
|
|
|
|
|
2001-08-25 09:55:44 +00:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CAT=${CAT} \
|
|
|
|
STRIP=/usr/bin/strip \
|
|
|
|
INCLUDES="-I${X11BASE}/include" \
|
|
|
|
LDLIBS="-lm -L${X11BASE}/lib -lX11" \
|
|
|
|
MORELIBS=""
|
2004-02-06 13:12:53 +00:00
|
|
|
PLIST_FILES= bin/xworld
|
2001-08-25 09:55:44 +00:00
|
|
|
STRIP= #don't strip out image data on install
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xworld ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|