mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
620cb3cae5
of Rockstar's GTA: San Andreas allowing users to play together over internet or LAN connections WWW: http://www.sa-mp.com/ PR: ports/106108 Submitted by: Alexander Logvinov <ports at logvinov.com>
38 lines
899 B
Makefile
38 lines
899 B
Makefile
# New ports collection makefile for: sampsvr
|
|
# Date created: 6 November 2006
|
|
# Whom: Alexander Logvinov <ports@logvinov.com>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sampsvr
|
|
PORTVERSION= 0.1b
|
|
CATEGORIES= games linux
|
|
MASTER_SITES= http://www.sa-mp.com/files/ \
|
|
http://eu.littlewhitey.com/ \
|
|
http://server.safclan.net/upload/
|
|
DISTNAME= ${SAMPVER}.linux.cpp6
|
|
|
|
MAINTAINER= ports@logvinov.com
|
|
COMMENT= Rockstar's GTA: San Andreas multiplayer modification dedicated server
|
|
|
|
USE_LINUX= yes
|
|
NO_BUILD= yes
|
|
SAMPVER= samp01b
|
|
USE_RC_SUBR= sampd
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
PLIST_SUB= SAMPDIR="${PORTNAME}"
|
|
SUB_FILES= pkg-message
|
|
SUB_LIST= SAMPDIR="${PREFIX}/${PORTNAME}"
|
|
|
|
post-patch:
|
|
@${MV} ${WRKSRC}/server.cfg ${WRKSRC}/server.cfg.dist
|
|
@${MV} ${WRKSRC}/${SAMPVER} ${WRKSRC}/${USE_RC_SUBR}
|
|
|
|
do-install:
|
|
@${CP} -Rp ${WRKSRC}/ ${PREFIX}/${PORTNAME}
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|