summaryrefslogtreecommitdiff
path: root/x11/xcruise/Makefile
diff options
context:
space:
mode:
authorminoura <minoura@pkgsrc.org>1999-11-26 14:25:33 +0000
committerminoura <minoura@pkgsrc.org>1999-11-26 14:25:33 +0000
commit79a3f6147256b246b6bdc6c2001f59331e1a4b2f (patch)
tree969f9745a4cdb355f5761c4e77c6cfd3529f66d9 /x11/xcruise/Makefile
parent0cc4ae01a760e3391b1b61870f9be71d63a783b0 (diff)
downloadpkgsrc-79a3f6147256b246b6bdc6c2001f59331e1a4b2f.tar.gz
Import pkgsrc for xcruise-0.2, inviting you to a 3D-formed filesystem galaxy.
Diffstat (limited to 'x11/xcruise/Makefile')
-rw-r--r--x11/xcruise/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/x11/xcruise/Makefile b/x11/xcruise/Makefile
new file mode 100644
index 00000000000..619d60e0d14
--- /dev/null
+++ b/x11/xcruise/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/11/26 14:25:33 minoura Exp $
+#
+
+DISTNAME= xcruise-0.2
+CATEGORIES= x11 graphics
+MASTER_SITES= http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/
+
+MAINTAINER= minoura@netbsd.org
+HOMEPAGE= http://tanaka-www.cs.titech.ac.jp/%7Eeuske/prog/ # in Japanese
+
+# LICENSE= GPL
+
+USE_X11BASE= yes
+USE_IMAKE= yes
+
+post-install:
+ $(MKDIR) $(PREFIX)/share/doc/xcruise
+ $(INSTALL_DATA) $(WRKSRC)/README $(PREFIX)/share/doc/xcruise
+
+.include "../../mk/bsd.pkg.mk"