summaryrefslogtreecommitdiff
path: root/x11/xplanet/Makefile
diff options
context:
space:
mode:
authoradam <adam>2004-04-26 14:56:01 +0000
committeradam <adam>2004-04-26 14:56:01 +0000
commit83f8c4e835a1259d0939ffe7fb8aeca648d95c11 (patch)
treeb3931e023ed0b601b4d912c203909ddba0f35981 /x11/xplanet/Makefile
parentb90b95a17b0906fa96b491aa202c58d8cf6850cf (diff)
downloadpkgsrc-83f8c4e835a1259d0939ffe7fb8aeca648d95c11.tar.gz
Changes 1.0.6:
* fixed a bug where markers on the far side of a planet were being drawn when they shouldn't have been * fixed a bug where satellite were not drawn for some locales * added -projection random; this picks a random projection
Diffstat (limited to 'x11/xplanet/Makefile')
-rw-r--r--x11/xplanet/Makefile47
1 files changed, 23 insertions, 24 deletions
diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile
index 792e110d648..004e253fc30 100644
--- a/x11/xplanet/Makefile
+++ b/x11/xplanet/Makefile
@@ -1,34 +1,33 @@
-# $NetBSD: Makefile,v 1.15 2004/03/08 20:27:17 minskim Exp $
+# $NetBSD: Makefile,v 1.16 2004/04/26 14:56:01 adam Exp $
#
-DISTNAME= xplanet-1.0.1
-PKGREVISION= 1
-CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xplanet/}
+DISTNAME= xplanet-1.0.6
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xplanet/}
-MAINTAINER= atatat@NetBSD.org
-HOMEPAGE= http://xplanet.sourceforge.net/
-COMMENT= Rotating rendered map of the Earth in X11 root window
+MAINTAINER= atatat@NetBSD.org
+HOMEPAGE= http://xplanet.sourceforge.net/
+COMMENT= Rotating rendered map of the Earth in X11 root window
-USE_BUILDLINK2= yes
-USE_GCC_SHLIB= yes
-USE_X11= yes
+USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
-
+USE_X11= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --with-gl-dir=${BUILDLINK_PREFIX.Mesa}
-CONFIGURE_ARGS+= --with-glut-dir=${BUILDLINK_PREFIX.Mesa}
-LIBS= -lXext -lpbm -lppm -lpgm
-MAKE_ENV+= LIBS="${LIBS}"
+# directory creation should be fixed in the future release of xplanet
+pre-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/xplanet
+.for dir in arcs config fonts images markers origin satellites \
+ scripts spice stars
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/xplanet/${dir}
+.endfor
-.include "../../graphics/Mesa/buildlink2.mk"
-.include "../../graphics/jpeg/buildlink2.mk"
-.include "../../graphics/freetype2/buildlink2.mk"
-.include "../../graphics/libungif/buildlink2.mk"
-.include "../../graphics/netpbm/buildlink2.mk"
-.include "../../graphics/png/buildlink2.mk"
-.include "../../graphics/tiff/buildlink2.mk"
-.include "../../x11/tk83/buildlink2.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
+.include "../../graphics/libungif/buildlink3.mk"
+.include "../../graphics/netpbm/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"