freebsd-ports/astro/xworld/Makefile

33 lines
729 B
Makefile
Raw Normal View History

# Ports collection makefile for: xworld
# Date created: 24 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= xworld
PORTVERSION= 2.0
PORTREVISION= 2
CATEGORIES= astro geography
MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \
ftp://ftp.Uni-Koeln.DE/misc/
MAINTAINER= naddy@FreeBSD.org
2003-02-21 13:52:52 +01:00
COMMENT= Earth as seen from the direction of the sun
USE_XORG= x11
2001-08-31 16:26:05 +02:00
HAS_CONFIGURE= yes
CONFIGURE_ENV= CAT=${CAT} \
STRIP=/usr/bin/strip \
INCLUDES="-I${LOCALBASE}/include" \
LDLIBS="-lm -L${LOCALBASE}/lib -lX11" \
MORELIBS=""
PLIST_FILES= bin/xworld
STRIP= #don't strip out image data on install
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xworld ${PREFIX}/bin
.include <bsd.port.mk>