summaryrefslogtreecommitdiff
path: root/games/xbattle/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/xbattle/Makefile')
-rw-r--r--games/xbattle/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/games/xbattle/Makefile b/games/xbattle/Makefile
new file mode 100644
index 000000000000..519708a61b4c
--- /dev/null
+++ b/games/xbattle/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: xbattle
+# Version required: 15.4.1
+# Date created: 6 Apr 97
+# Whom: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co>
+#
+# $Id$
+#
+
+DISTNAME= xbattle-5.4.1
+CATEGORIES= games
+MASTER_SITES= ftp://cns-ftp.bu.edu/pub/xbattle/ \
+ ftp://www.tiac.net/users/lesher/xbattle/
+
+MAINTAINER= pgiffuni@fps.biblos.unal.edu.co
+
+USE_IMAKE= yes
+
+post-install:
+ $(MKDIR) $(PREFIX)/etc/xbattle
+ $(CP) -R $(WRKSRC)/xbos $(PREFIX)/etc/xbattle/
+ $(CP) -R $(WRKSRC)/xbts $(PREFIX)/etc/xbattle/
+ $(CP) -R $(WRKSRC)/xbas $(PREFIX)/etc/xbattle/
+.if !defined(NOPORTDOCS)
+ $(MKDIR) $(PREFIX)/share/doc/xbattle
+ $(CP) $(WRKSRC)/tutorial* $(PREFIX)/share/doc/xbattle/
+ $(CP) $(WRKSRC)/README $(PREFIX)/share/doc/xbattle/
+.endif
+
+.include <bsd.port.mk>