summaryrefslogtreecommitdiff
path: root/misc/hitchhiker/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2001-01-04 18:43:41 +0000
committerwiz <wiz>2001-01-04 18:43:41 +0000
commit06af5185f3728c8eaa1a93ffa2a3e5da9b0059a0 (patch)
treeb1a9b4a7d5b9831bb5e968e71335189d2fdaf44a /misc/hitchhiker/Makefile
parent63ac08c0bfd6c0e1ce92d28c5ff755129baf37c3 (diff)
downloadpkgsrc-06af5185f3728c8eaa1a93ffa2a3e5da9b0059a0.tar.gz
Initial import of Hitchhiker 2000, an astronomy program.
Package provided by Adam Ciarcinski in private mail, and slightly touched up.
Diffstat (limited to 'misc/hitchhiker/Makefile')
-rw-r--r--misc/hitchhiker/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/hitchhiker/Makefile b/misc/hitchhiker/Makefile
new file mode 100644
index 00000000000..ac17369759d
--- /dev/null
+++ b/misc/hitchhiker/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/01/04 18:43:41 wiz Exp $
+#
+
+DISTNAME= hh2000-0.6
+PKGNAME= hitchhiker-0.6
+CATEGORIES= x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hitchhiker/}
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://hirame.hiram.edu/~worleyam
+
+DEPENDS+= gnome-libs>=1.2.8:../../x11/gnome-libs
+DEPENDS+= gtkglarea>=1.2.1:../../x11/gtkglarea
+
+GNU_CONFIGURE= yes
+USE_LIBINTL= yes
+USE_X11BASE= yes
+
+.include "../../mk/bsd.pkg.mk"