summaryrefslogtreecommitdiff
path: root/games/xspacewarp/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-05-19 06:34:29 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-05-19 06:34:29 +0000
commit8d17e4e86e4d9f066d7b25c449f8658034242861 (patch)
treece5f42cbe8477a0a330e6707380dab4813a56f1d /games/xspacewarp/Makefile
parentAdd patches to call fpsetmask(0) at startup time, for gimp itself (diff)
New port xspacewarp, a time trek clone for X11.
PR: 6674 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=11057
Diffstat (limited to 'games/xspacewarp/Makefile')
-rw-r--r--games/xspacewarp/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/xspacewarp/Makefile b/games/xspacewarp/Makefile
new file mode 100644
index 000000000000..259d6d55194f
--- /dev/null
+++ b/games/xspacewarp/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: xspacewarp
+# Version required: 1.2
+# Date created: 16 May 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= xspacewarp-1.2
+CATEGORIES= games x11
+MASTER_SITES= ${MASTER_SITE_XCONTRIB}
+MASTER_SITE_SUBDIR= games
+
+MAINTAINER= andy@icc.surw.chel.su
+
+USE_IMAKE= yes
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/xspacewarp ${PREFIX}/bin
+ @ ${INSTALL_DATA} ${WRKSRC}/XSpacewarp.app_def ${X11BASE}/lib/X11/app-defaults/XSpacewarp
+
+.include <bsd.port.mk>