mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Become a SLAVE_PORT of hlserver-cs
- Lowercase PORTNAME - Update MASTER_SISTES - Use tweakable variables instead of hardcoded values inside PLIST - Remove hardcoded distfile version from COMMENT and DESCR - Remove all unnecessary variables since this is a SLAVE_PORT PR: 26184 Discussed and worked with: maintainer
This commit is contained in:
parent
3f7c784fe7
commit
e76a9420f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41194
@ -5,36 +5,12 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= FLF
|
||||
PORTNAME= flf
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= games linux
|
||||
MASTER_SITES= http://hex.databits.net/~pat/ \
|
||||
ftp://ftp.icrontic.com/pub/ \
|
||||
MASTER_SITES= ftp://ftp.icrontic.com/pub/ \
|
||||
ftp://ftp.task.gda.pl/vol/d33/ftp.extreme-players.de/exp/hl/mod/frontlineforce/
|
||||
DISTNAME= frontline_linux_1.2
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= pat@databits.net
|
||||
HALFLIFE_COUNTERSTRIKE_MASTER= ${.CURDIR}/../hlserver-cs
|
||||
|
||||
BUILD_DEPENDS= /compat/linux/lib/ld.so:${PORTSDIR}/emulators/linux_base
|
||||
RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base \
|
||||
hlds_l:${PORTSDIR}/games/halflifeserver
|
||||
|
||||
NO_CDROM= "Size; the data set is much too big"
|
||||
NO_BUILD= yes
|
||||
PREFIX= /compat/linux
|
||||
WRKSRC= ${WRKDIR}/hlds_l
|
||||
EXTRACT_ONLY_1= frontline_linux_1.2.tar.gz
|
||||
|
||||
HLDSDIR= /usr/games/hlds_l
|
||||
|
||||
do-install:
|
||||
@cd ${PREFIX}${HLDSDIR} ;\
|
||||
for file in ${EXTRACT_ONLY_1}; do \
|
||||
if ! (${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/$${file} ${EXTRACT_AFTER_ARGS}) ;\
|
||||
then \
|
||||
exit 1 ;\
|
||||
fi \
|
||||
done
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include "${HALFLIFE_COUNTERSTRIKE_MASTER}/Makefile"
|
||||
|
@ -1 +1 @@
|
||||
Half-Life Mod Frontline Force 1.2 full server package for Linux
|
||||
Half-Life mod Frontline Force full server package for Linux
|
||||
|
@ -1,5 +1,5 @@
|
||||
This package contains the files to run a FreeBSD Half-Life
|
||||
Frontline Force 1.2 server under Linux emulation.
|
||||
Frontline Force server under Linux emulation.
|
||||
|
||||
Visit these following web pages for more information:
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user