Lines 5-17
Link Here
|
5 |
# $FreeBSD: ports/games/sampsvr/Makefile,v 1.3 2007/06/22 08:29:19 miwi Exp $ |
5 |
# $FreeBSD: ports/games/sampsvr/Makefile,v 1.3 2007/06/22 08:29:19 miwi Exp $ |
6 |
|
6 |
|
7 |
PORTNAME= sampsvr |
7 |
PORTNAME= sampsvr |
8 |
PORTVERSION= 0.2 |
8 |
PORTVERSION= 0.2.1 |
9 |
CATEGORIES= games linux |
9 |
CATEGORIES= games linux |
10 |
MASTER_SITES= http://www.sa-mp.com/files/ \ |
10 |
MASTER_SITES= http://www.sa-mp.com/files/ \ |
11 |
http://eu.littlewhitey.com/ \ |
11 |
http://eu.littlewhitey.com/ \ |
12 |
http://dedi.azer.nl/upload/ \ |
12 |
http://dedi.azer.nl/upload/ |
13 |
http://www.kfcgang.com/files/ |
13 |
DISTNAME= samp021svr |
14 |
DISTNAME= samp02svr |
|
|
15 |
|
14 |
|
16 |
MAINTAINER= ports@logvinov.com |
15 |
MAINTAINER= ports@logvinov.com |
17 |
COMMENT= Rockstar's GTA: San Andreas multiplayer modification dedicated server |
16 |
COMMENT= Rockstar's GTA: San Andreas multiplayer modification dedicated server |
Lines 34-45
Link Here
|
34 |
|
33 |
|
35 |
.include <bsd.port.pre.mk> |
34 |
.include <bsd.port.pre.mk> |
36 |
|
35 |
|
37 |
post-patch: |
|
|
38 |
@${MV} ${WRKSRC}/${DISTNAME} ${WRKSRC}/${USE_RC_SUBR} |
39 |
|
40 |
do-install: |
36 |
do-install: |
41 |
${MKDIR} ${SAMPDIR} |
37 |
${MKDIR} ${SAMPDIR} |
42 |
.for i in ${USE_RC_SUBR} announce |
38 |
.for i in samp02svr announce |
43 |
${BRANDELF} -t Linux ${WRKSRC}/${i} |
39 |
${BRANDELF} -t Linux ${WRKSRC}/${i} |
44 |
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${SAMPDIR} |
40 |
${INSTALL_PROGRAM} ${WRKSRC}/${i} ${SAMPDIR} |
45 |
.endfor |
41 |
.endfor |