1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

Star Fleet Battles Online (SFBOL) is developed in cooperation with Amarillo

Design Bureau, Inc. to be a Star Fleet Battles game service. Subscribers are
able to play SFB games over the internet with other subscribers around the world
. SFBOL is designed to allow subscribers to compete in an environment that
emulates face to face play. The difference is the computer interface which
augments or automates many of the mundane tasks of game play such as energy
allocation, moving counters across the map, dice rolling and damage allocation.
Subscribers may play as many games as they like during their subscription period
. Throughout the year Symbiotic Games will host exclusive online Rated Ace
Tournaments and subscribers can also compete year round via an online ranking
system.

SFBOL Authors: Symbiotic Games
WWW: http://www.sfbonline.com,

SFB Authors: Amarillo Design Bureau
WWW: http://www.starfleetgames.com

PR:		93103
Submitted by:	Peter Thoenen <eol1@yahoo.com>
This commit is contained in:
Herve Quiroz 2006-02-14 14:18:59 +00:00
parent 2aa05045ba
commit e59df35a15
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156014
5 changed files with 82 additions and 0 deletions

View File

@ -540,6 +540,7 @@
SUBDIR += senken
SUBDIR += senso
SUBDIR += sex
SUBDIR += sfbol
SUBDIR += shaaft
SUBDIR += shootingstar
SUBDIR += six

49
games/sfbol/Makefile Normal file
View File

@ -0,0 +1,49 @@
# New ports collection makefile for: sfbol
# Date created: 06FEB11
# Whom: peter.thoenen@yahoo.com
#
# $FreeBSD$
PORTNAME= sfbol
PORTVERSION= 4.18
CATEGORIES= games java
MASTER_SITES= http://www.sfbonline.com/install4/InstData/Java/
DISTNAME= install40
EXTRACT_SUFX= .jar
EXTRACT_ONLY=
MAINTAINER= peter.thoenen@yahoo.com
COMMENT= Star Fleet Battles Online
IGNOREFILES= install40.jar
USE_JAVA= yes
JAVA_VERSION= 1.4+
NO_BUILD= yes
DATADIR= ${JAVASHAREDIR}/${PORTNAME}
SUB_FILES= sfbol.sh
PLIST_FILES= bin/${PORTNAME} \
%%DATADIR%%/${DISTFILES} \
%%DATADIR%%/sfbicon.ico
PLIST_DIRS= %%DATADIR%%
DESKTOP_ENTRIES= "SFBOL" "Star Fleet Battles Online" \
"${DATADIR}/sfbicon.ico" \
"sfbol" "Application;Game;BoardGame;StrategyGame" \
false
RESTRICTED= Commerical software. Licenses does not allow redistribution.
post-patch:
@cd ${WRKDIR} && ${JAR} -xf ${DISTDIR}/${DISTFILES} D_/SFBOL/dist/core.jar 2>/dev/null | ${TRUE}
@cd ${WRKDIR} && ${JAR} -xf D_/SFBOL/dist/core.jar sfbicon.ico
do-install:
@${MKDIR} ${DATADIR}
@${INSTALL_DATA} ${WRKDIR}/sfbicon.ico ${DATADIR}
@${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${DATADIR}
@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/bin/${PORTNAME:L}
.include <bsd.port.mk>

2
games/sfbol/distinfo Normal file
View File

@ -0,0 +1,2 @@
MD5 (install40.jar) = IGNORE
SHA256 (install40.jar) = IGNORE

View File

@ -0,0 +1,13 @@
#!/bin/sh
#
# $FreeBSD$
HOME_DIR="${HOME}/SFB_Online_XP"
export JAVA_VERSION="%%JAVA_VERSION%%"
if [ -d ${HOME_DIR} ]; then
cd ${HOME_DIR} && exec ${HOME_DIR}/SFB_Online_XP
else
cd ${HOME} && exec "%%LOCALBASE%%/bin/java" -jar "%%DATADIR%%/install40.jar"
fi

17
games/sfbol/pkg-descr Normal file
View File

@ -0,0 +1,17 @@
Star Fleet Battles Online (SFBOL) is developed in cooperation with Amarillo
Design Bureau, Inc. to be a Star Fleet Battles game service. Subscribers are
able to play SFB games over the internet with other subscribers around the world
. SFBOL is designed to allow subscribers to compete in an environment that
emulates face to face play. The difference is the computer interface which
augments or automates many of the mundane tasks of game play such as energy
allocation, moving counters across the map, dice rolling and damage allocation.
Subscribers may play as many games as they like during their subscription period
. Throughout the year Symbiotic Games will host exclusive online Rated Ace
Tournaments and subscribers can also compete year round via an online ranking
system.
SFBOL Authors: Symbiotic Games
WWW: http://www.sfbonline.com,
SFB Authors: Amarillo Design Bureau
WWW: http://www.starfleetgames.com