aboutsummaryrefslogtreecommitdiff
path: root/games/boswars
diff options
context:
space:
mode:
Diffstat (limited to 'games/boswars')
-rw-r--r--games/boswars/Makefile45
-rw-r--r--games/boswars/distinfo3
-rw-r--r--games/boswars/pkg-descr4
3 files changed, 0 insertions, 52 deletions
diff --git a/games/boswars/Makefile b/games/boswars/Makefile
deleted file mode 100644
index 96d4bc82830f..000000000000
--- a/games/boswars/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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= alepulver@FreeBSD.org
-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/boswars/distinfo b/games/boswars/distinfo
deleted file mode 100644
index 3ab5f72c20cd..000000000000
--- a/games/boswars/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (bos_1_1.tar.gz) = 39e705ad6b4ae77e808cd88aabae361c
-SHA256 (bos_1_1.tar.gz) = 1fe971f2ed3c4ef22842ca240eafae69e9715b176277088328dc9629a3cb18c1
-SIZE (bos_1_1.tar.gz) = 21942511
diff --git a/games/boswars/pkg-descr b/games/boswars/pkg-descr
deleted file mode 100644
index dffb52b47342..000000000000
--- a/games/boswars/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-Battle of Survival is a real-time strategy game using the Stratagus game
-engine.
-
-WWW: http://bos.seul.org/