summaryrefslogtreecommitdiff
path: root/games/xsc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xsc/Makefile')
-rw-r--r--games/xsc/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/games/xsc/Makefile b/games/xsc/Makefile
new file mode 100644
index 00000000000..f285bd8b888
--- /dev/null
+++ b/games/xsc/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/01/03 14:27:07 wiz Exp $
+#
+
+DISTNAME= xsc-1.5
+CATEGORIES= games
+MASTER_SITES= http://www.panix.com/~mbh/xsc/
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://www.panix.com/~mbh/xsc/
+COMMENT= Star Castle clone
+
+USE_BUILDLINK3= yes
+USE_X11= yes
+GNU_CONFIGURE= yes
+USE_LANGUAGES= c++
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/xsc ${PREFIX}/bin/xsc
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xsc
+ ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xsc
+
+.include "../../mk/bsd.pkg.mk"