aboutsummaryrefslogtreecommitdiffstats
path: root/games/bos
diff options
context:
space:
mode:
authorjylefort <jylefort@FreeBSD.org>2005-10-17 18:55:32 +0800
committerjylefort <jylefort@FreeBSD.org>2005-10-17 18:55:32 +0800
commit885e888cda79c03f749c6f7f99e1944add6b042f (patch)
treee7b8ca81e76243c0e26356631cd428970208199c /games/bos
parentfd890eafca30b6cf82fb09c0432592751c626bea (diff)
downloadfreebsd-ports-gnome-885e888cda79c03f749c6f7f99e1944add6b042f.tar.gz
freebsd-ports-gnome-885e888cda79c03f749c6f7f99e1944add6b042f.tar.zst
freebsd-ports-gnome-885e888cda79c03f749c6f7f99e1944add6b042f.zip
Add bos.
Battle of Survival is a real-time strategy game using the Stratagus game engine. WWW: http://bos.seul.org/ PR: ports/87458 Submitted by: Alejandro Pulver <alejandro@varnet.biz>
Diffstat (limited to 'games/bos')
-rw-r--r--games/bos/Makefile45
-rw-r--r--games/bos/distinfo2
-rw-r--r--games/bos/pkg-descr4
3 files changed, 51 insertions, 0 deletions
diff --git a/games/bos/Makefile b/games/bos/Makefile
new file mode 100644
index 000000000000..e57f3ef7dffb
--- /dev/null
+++ b/games/bos/Makefile
@@ -0,0 +1,45 @@
+# New ports collection makefile for: bos
+# Date created: 14 Oct 2005
+# Whom: Alejandro Pulver <alejandro@varnet.biz>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bos
+PORTVERSION= 1.1
+CATEGORIES= games
+MASTER_SITES= http://bos.seul.org/files/
+DISTNAME= ${PORTNAME}_${PORTVERSION:S/./_/g}
+
+MAINTAINER= alejandro@varnet.biz
+COMMENT= A real-time strategy game
+
+RUN_DEPENDS= stratagus:${PORTSDIR}/games/stratagus
+
+PLIST= ${WRKDIR}/pkg-plist
+
+PLIST_FILES= bin/bos
+PLIST_DIRS= %%DATADIR%%
+
+do-build:
+ @(${ECHO_CMD} "#!${SH}"; \
+ ${ECHO_CMD} 'exec ${LOCALBASE}/bin/stratagus -d ${DATADIR} "$$@"') \
+ > ${WRKDIR}/${PORTNAME}
+
+pre-install:
+ @${RM} -f ${PLIST}
+ @cd ${WRKSRC}/data && \
+ ${FIND} * -type d -empty | ${SORT} | ${SED} -e \
+ 's|^|@exec mkdir -p %D/%%DATADIR%%/|' >> ${PLIST} && \
+ ${FIND} * -type f | ${SORT} | ${SED} -e \
+ 's|^|%%DATADIR%%/|' >> ${PLIST} && \
+ ${FIND} * -type d | ${SORT} -r | ${SED} -e \
+ 's|^|@dirrm %%DATADIR%%/|' >> ${PLIST}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
+ cd ${WRKSRC}/data && \
+ ${FIND} * -type d -exec ${MKDIR} "${DATADIR}/{}" \; && \
+ ${FIND} * -type f -exec ${INSTALL_DATA} "{}" "${DATADIR}/{}" \;
+
+.include <bsd.port.mk>
diff --git a/games/bos/distinfo b/games/bos/distinfo
new file mode 100644
index 000000000000..5db7ac4ae2cd
--- /dev/null
+++ b/games/bos/distinfo
@@ -0,0 +1,2 @@
+MD5 (bos_1_1.tar.gz) = 39e705ad6b4ae77e808cd88aabae361c
+SIZE (bos_1_1.tar.gz) = 21942511
diff --git a/games/bos/pkg-descr b/games/bos/pkg-descr
new file mode 100644
index 000000000000..dffb52b47342
--- /dev/null
+++ b/games/bos/pkg-descr
@@ -0,0 +1,4 @@
+Battle of Survival is a real-time strategy game using the Stratagus game
+engine.
+
+WWW: http://bos.seul.org/