2012-10-07 16:38:39 +02:00
|
|
|
# Created by: darius@dons.net.au
|
2000-02-23 01:42:13 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2000-04-09 00:04:57 +02:00
|
|
|
PORTNAME= xplanet
|
2012-05-09 17:26:09 +02:00
|
|
|
PORTVERSION= 1.3.0
|
2018-01-21 20:50:46 +01:00
|
|
|
PORTREVISION= 11
|
2007-07-22 21:33:55 +02:00
|
|
|
CATEGORIES= astro geography
|
- 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
|
|
|
MASTER_SITES= SF
|
2000-02-23 01:42:13 +01:00
|
|
|
|
2005-03-08 08:38:35 +01:00
|
|
|
MAINTAINER= novel@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Draw pictures of the earth textured by an image
|
2000-02-23 01:42:13 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2017-10-06 13:18:35 +02:00
|
|
|
USES= iconv localbase
|
- 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
|
|
|
USE_XORG= xt xscrnsaver
|
2004-07-22 23:45:59 +02:00
|
|
|
CONFIGURE_ARGS= --with-map-extension=jpg
|
2017-10-06 13:18:35 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include/netpbm
|
|
|
|
LIBS+= -lm
|
2000-10-05 08:57:56 +02:00
|
|
|
|
2012-10-07 16:38:39 +02:00
|
|
|
OPTIONS_DEFINE= FREETYPE PANGO GIF JPEG PNG PNM TIFF
|
2014-07-03 22:18:05 +02:00
|
|
|
OPTIONS_DEFAULT= FREETYPE PANGO GIF JPEG PNG PNM TIFF
|
2004-11-05 20:41:43 +01:00
|
|
|
|
2014-03-02 22:47:22 +01:00
|
|
|
FREETYPE_CONFIGURE_WITH= --with-freetype
|
2016-04-01 15:29:15 +02:00
|
|
|
FREETYPE_LIB_DEPENDS= libfreetype.so:print/freetype2
|
2014-03-02 22:47:22 +01:00
|
|
|
PANGO_CONFIGURE_WITH= pango
|
|
|
|
PANGO_USE= GNOME=pango
|
|
|
|
GIF_CONFIGURE_WITH= gif
|
2016-04-01 15:29:15 +02:00
|
|
|
GIF_LIB_DEPENDS= libgif.so:graphics/giflib
|
2014-03-02 22:47:22 +01:00
|
|
|
JPEG_CONFIGURE_WITH= jpeg
|
2015-06-22 20:33:20 +02:00
|
|
|
JPEG_USES= jpeg
|
2014-03-02 22:47:22 +01:00
|
|
|
PNG_CONFIGURE_WITH= png
|
2016-04-01 15:29:15 +02:00
|
|
|
PNG_LIB_DEPENDS+= libpng.so:graphics/png
|
2014-03-02 22:47:22 +01:00
|
|
|
PNM_CONFIGURE_WITH= pnm
|
2016-04-01 15:29:15 +02:00
|
|
|
PNM_LIB_DEPENDS= libnetpbm.so:graphics/netpbm
|
2014-03-02 22:47:22 +01:00
|
|
|
TIFF_CONFIGURE_WITH= tiff
|
2016-04-01 15:29:15 +02:00
|
|
|
TIFF_LIB_DEPENDS= libtiff.so:graphics/tiff
|
2004-07-22 23:45:59 +02:00
|
|
|
|
2005-04-16 12:55:22 +02:00
|
|
|
post-extract:
|
|
|
|
@${REINPLACE_CMD} -e "s/default/default.sample/g" ${WRKSRC}/Makefile.in
|
|
|
|
@${MV} ${WRKSRC}/xplanet/config/default ${WRKSRC}/xplanet/config/default.sample
|
|
|
|
|
2014-03-02 22:47:22 +01:00
|
|
|
.include <bsd.port.mk>
|