mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
New port - games/antrix
Free Stable Dedicated-server for World of Warcraft PR: ports/116290 Submitted by: skillcoder <skillcoder@mail.ru>
This commit is contained in:
parent
4734415889
commit
96f081cd31
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=199385
@ -44,6 +44,7 @@
|
||||
SUBDIR += angband
|
||||
SUBDIR += annelid
|
||||
SUBDIR += antipolix
|
||||
SUBDIR += antrix
|
||||
SUBDIR += aop
|
||||
SUBDIR += apoolGL
|
||||
SUBDIR += aqbubble
|
||||
|
34
games/antrix/Makefile
Normal file
34
games/antrix/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# New ports collection makefile for: antrix
|
||||
# Date created: 11 September 2007
|
||||
# Whom: Denisov Evgeniy <skillcoder@mail.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= antrix
|
||||
PORTVERSION= 1477
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://skillcoder.narod.ru/wow/antrix/ \
|
||||
http://wtq.ru/wow/antrix/
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= skillcoder@mail.ru
|
||||
COMMENT= Free stable dedicated-server for World of Warcraft
|
||||
|
||||
BUILD_DEPENDS= svn:${PORTSDIR}/devel/subversion
|
||||
|
||||
USE_AUTOTOOLS= aclocal:19 libtoolize autoconf:261 autoheader:261 automake:19 libtool:15
|
||||
ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal
|
||||
AUTOMAKE_ARGS= -a
|
||||
USE_MYSQL= yes
|
||||
CFLAGS+= -O0
|
||||
USE_LDCONFIG= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX}/etc --datadir=${PREFIX}/share
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
|
||||
run-autotools-automake:
|
||||
@(cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTOMAKE} ${AUTOMAKE_ARGS})
|
||||
|
||||
.include <bsd.port.mk>
|
3
games/antrix/distinfo
Normal file
3
games/antrix/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (antrix-1477.tar.gz) = 8d04674ad56eb7cd57aa2fbd6a660f55
|
||||
SHA256 (antrix-1477.tar.gz) = 80bc0008faccde34cb5f74338fdeff0aa4210961b887faa19d5a98462a02c238
|
||||
SIZE (antrix-1477.tar.gz) = 8230927
|
8
games/antrix/pkg-descr
Normal file
8
games/antrix/pkg-descr
Normal file
@ -0,0 +1,8 @@
|
||||
Ascent(Antrix) Emulator is an Open Source reference
|
||||
implementation for a MMORPG server system. Please see the file COPYING for
|
||||
license details.
|
||||
|
||||
WWW: http://www.ascentemu.com/
|
||||
|
||||
- skillcoder
|
||||
skillcoder@mail.ru
|
18
games/antrix/pkg-plist
Normal file
18
games/antrix/pkg-plist
Normal file
@ -0,0 +1,18 @@
|
||||
bin/ascent
|
||||
bin/logonserver
|
||||
lib/libGossipScripts.a
|
||||
lib/libGossipScripts.la
|
||||
lib/libGossipScripts.so
|
||||
lib/libGossipScripts.so.0
|
||||
lib/libInstanceScripts.a
|
||||
lib/libInstanceScripts.la
|
||||
lib/libInstanceScripts.so
|
||||
lib/libInstanceScripts.so.0
|
||||
lib/libServerStatusPlugin.a
|
||||
lib/libServerStatusPlugin.la
|
||||
lib/libServerStatusPlugin.so
|
||||
lib/libServerStatusPlugin.so.0
|
||||
lib/libSpellHandlers.a
|
||||
lib/libSpellHandlers.la
|
||||
lib/libSpellHandlers.so
|
||||
lib/libSpellHandlers.so.0
|
Loading…
Reference in New Issue
Block a user