summaryrefslogtreecommitdiff
path: root/x11/xplanet/Makefile
diff options
context:
space:
mode:
authoratatat <atatat@pkgsrc.org>2002-03-25 16:08:07 +0000
committeratatat <atatat@pkgsrc.org>2002-03-25 16:08:07 +0000
commit6e199eb33b2e07c2c75e48569a715a3980c712a4 (patch)
tree35418739b282681e1658d277b0a366fe11f9a58c /x11/xplanet/Makefile
parentd58d53e6027e6d5a3bdde6f7c8eb138376b38def (diff)
downloadpkgsrc-6e199eb33b2e07c2c75e48569a715a3980c712a4.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"