mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Set EXTRACT_SUFX and dismiss USE_ZIP
- Do not use silly wording in comments - Remove no longer operational website
This commit is contained in:
parent
10dbe77530
commit
d3e9ed25e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=339894
@ -7,6 +7,7 @@ CATEGORIES= games
|
|||||||
MASTER_SITES= ftp://download:download@download.hugelaser.com/aeons.poweredbylasers.com/${PORTNAME}/ \
|
MASTER_SITES= ftp://download:download@download.hugelaser.com/aeons.poweredbylasers.com/${PORTNAME}/ \
|
||||||
http://freebsd.nsu.ru/distfiles/ LOCAL/danfe
|
http://freebsd.nsu.ru/distfiles/ LOCAL/danfe
|
||||||
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
||||||
|
EXTRACT_SUFX= .zip
|
||||||
|
|
||||||
MAINTAINER= danfe@FreeBSD.org
|
MAINTAINER= danfe@FreeBSD.org
|
||||||
COMMENT= Advanced HTML statistics generator for various games
|
COMMENT= Advanced HTML statistics generator for various games
|
||||||
@ -15,8 +16,6 @@ NO_CDROM= Commercial use is prohibited
|
|||||||
|
|
||||||
ONLY_FOR_ARCHS= i386
|
ONLY_FOR_ARCHS= i386
|
||||||
|
|
||||||
USE_ZIP= yes
|
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${DISTNAME}/Linux-o
|
WRKSRC= ${WRKDIR}/${DISTNAME}/Linux-o
|
||||||
LINUXBINDIR= ${WRKSRC}/../Linux-Bin
|
LINUXBINDIR= ${WRKSRC}/../Linux-Bin
|
||||||
MAKEFILE= makefile
|
MAKEFILE= makefile
|
||||||
@ -30,8 +29,7 @@ post-extract: .SILENT
|
|||||||
|
|
||||||
# This port is special. Author does not distribute source code, but gives
|
# This port is special. Author does not distribute source code, but gives
|
||||||
# us Linux .o files instead. With some hacking, we can build native FreeBSD
|
# us Linux .o files instead. With some hacking, we can build native FreeBSD
|
||||||
# executables from those .o files. Pretty neat, huh? :-)
|
# executables from those .o files.
|
||||||
#
|
|
||||||
pre-build:
|
pre-build:
|
||||||
cd ${WRKSRC} && ${CC} ${CFLAGS} -c fbsd_stub.c
|
cd ${WRKSRC} && ${CC} ${CFLAGS} -c fbsd_stub.c
|
||||||
${OBJCOPY} --redefine-sym stdout=__stdoutp ${WRKSRC}/aespages.o
|
${OBJCOPY} --redefine-sym stdout=__stdoutp ${WRKSRC}/aespages.o
|
||||||
|
@ -14,5 +14,3 @@ platform independent log format (meta log format), and generates meaningful
|
|||||||
* Provides an UnrealScript module (aeonsdmmod.u) that will generate
|
* Provides an UnrealScript module (aeonsdmmod.u) that will generate
|
||||||
extra log info, since Unreal does not provide any frag obituaries by
|
extra log info, since Unreal does not provide any frag obituaries by
|
||||||
default.
|
default.
|
||||||
|
|
||||||
WWW: http://aeons.poweredbylasers.com/aestats/
|
|
||||||
|
Loading…
Reference in New Issue
Block a user