summaryrefslogtreecommitdiff
path: root/x11/xplanet/Makefile
diff options
context:
space:
mode:
authoratatat <atatat>2002-03-25 16:08:07 +0000
committeratatat <atatat>2002-03-25 16:08:07 +0000
commitc4c38c708af82b1c3aa5c1bd22505094f8e4f105 (patch)
tree35418739b282681e1658d277b0a366fe11f9a58c /x11/xplanet/Makefile
parent18f1e0f8e60f81ea3af6378221a1ffffc1b210a0 (diff)
downloadpkgsrc-c4c38c708af82b1c3aa5c1bd22505094f8e4f105.tar.gz
Add xplanet package, currently at 0.93 (the recent 0.94 release is
rather broken).
Diffstat (limited to 'x11/xplanet/Makefile')
-rw-r--r--x11/xplanet/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/x11/xplanet/Makefile b/x11/xplanet/Makefile
new file mode 100644
index 00000000000..cccd1ac8dd0
--- /dev/null
+++ b/x11/xplanet/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2002/03/25 16:08:07 atatat Exp $
+#
+
+DISTNAME= xplanet-0.93
+CATEGORIES= x11
+MASTER_SITES= http://prdownloads.sourceforge.net/xplanet/
+
+MAINTAINER= atatat@netbsd.org
+HOMEPAGE= http://xplanet.sourceforge.net/
+COMMENT= Rotating rendered map of the Earth in X11 root window
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS= --with-gl-dir=${X11BASE} --with-glut-dir=${X11BASE}
+USE_GMAKE= yes
+
+DEPENDS+= MesaLib-*:../../graphics/MesaLib
+DEPENDS+= glut-*:../../graphics/glut
+DEPENDS+= glu-*:../../graphics/glu
+
+LIBS= -lpbm -lppm -lpgm
+MAKE_ENV+= LIBS="${LIBS}"
+
+.include "../../graphics/libungif/buildlink.mk"
+.include "../../graphics/jpeg/buildlink.mk"
+.include "../../graphics/png/buildlink.mk"
+.include "../../graphics/netpbm/buildlink.mk"
+.include "../../graphics/tiff/buildlink.mk"
+.include "../../x11/tk/buildlink.mk"
+.include "../../mk/x11.buildlink.mk"
+.include "../../mk/bsd.pkg.mk"