mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
33 lines
729 B
Makefile
33 lines
729 B
Makefile
# 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
|
|
COMMENT= Earth as seen from the direction of the sun
|
|
|
|
USE_XORG= x11
|
|
|
|
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>
|