2013-09-20 15:14:04 +02:00
|
|
|
# Created by: Kris Kennaway <kris@FreeBSD.org
|
2001-08-25 11:55:44 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xworld
|
|
|
|
PORTVERSION= 2.0
|
2007-08-01 21:40:05 +02:00
|
|
|
PORTREVISION= 2
|
2007-07-22 21:33:55 +02:00
|
|
|
CATEGORIES= astro geography
|
2013-09-24 17:47:01 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= naddy
|
2001-08-25 11:55:44 +02:00
|
|
|
|
2001-11-03 23:22:34 +01:00
|
|
|
MAINTAINER= naddy@FreeBSD.org
|
2003-02-21 13:52:52 +01:00
|
|
|
COMMENT= Earth as seen from the direction of the sun
|
2001-08-25 11:55:44 +02:00
|
|
|
|
2007-08-01 21:40:05 +02:00
|
|
|
USE_XORG= x11
|
2001-08-31 16:26:05 +02:00
|
|
|
|
2001-08-25 11:55:44 +02:00
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= CAT=${CAT} \
|
|
|
|
STRIP=/usr/bin/strip \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- 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)
2008-04-19 19:56:05 +02:00
|
|
|
INCLUDES="-I${LOCALBASE}/include" \
|
|
|
|
LDLIBS="-lm -L${LOCALBASE}/lib -lX11" \
|
2001-08-25 11:55:44 +02:00
|
|
|
MORELIBS=""
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/xworld
|
2001-08-25 11:55:44 +02:00
|
|
|
STRIP= #don't strip out image data on install
|
|
|
|
|
|
|
|
do-install:
|
2013-09-24 17:47:01 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xworld ${STAGEDIR}${PREFIX}/bin
|
2001-08-25 11:55:44 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|