View | Details | Raw Unified | Return to bug 57233
Collapse All | Expand All

(-)linux-nwserver/Makefile (-4 / +4 lines)
Lines 1-18 Link Here
1
# New ports collection makefile for:	linux-nwserver
1
# New ports collection makefile for:	linux-nwserver
2
# Date created:		22 July 2002
2
# Date created:		22 July 2002
3
# Whom:			Igor Pokrovsky <tiamat@telegraph.spb.ru>
3
# Whom:			Igor Pokrovsky <tiamat@comset.net>
4
#
4
#
5
# $FreeBSD: ports/games/linux-nwserver/Makefile,v 1.9 2003/08/19 05:23:46 daichi Exp $
5
# $FreeBSD: ports/games/linux-nwserver/Makefile,v 1.9 2003/08/19 05:23:46 daichi Exp $
6
#
6
#
7
7
8
PORTNAME=	nwserver
8
PORTNAME=	nwserver
9
PORTVERSION=	1.30
9
PORTVERSION=	1.31
10
CATEGORIES=	games linux
10
CATEGORIES=	games linux
11
MASTER_SITES=	http://nwdownloads.bioware.com/neverwinternights/linux/${PORTVERSION:S/.//}/
11
MASTER_SITES=	http://nwdownloads.bioware.com/neverwinternights/linux/${PORTVERSION:S/.//}/
12
PKGNAMEPREFIX=	linux-
12
PKGNAMEPREFIX=	linux-
13
DISTNAME=	linuxserver${PORTVERSION:S/.//}
13
DISTNAME=	linuxserver${PORTVERSION:S/.//}
14
14
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	tiamat@comset.net
16
COMMENT=	Neverwinter Nights Linux (x86) Dedicated Server
16
COMMENT=	Neverwinter Nights Linux (x86) Dedicated Server
17
17
18
USE_LINUX=	yes
18
USE_LINUX=	yes
Lines 39-45 Link Here
39
	@${ECHO} "Consult ${DOCSDIR}/readme.linuxserver.txt"
39
	@${ECHO} "Consult ${DOCSDIR}/readme.linuxserver.txt"
40
	@${ECHO} "for more information about required data directories."
40
	@${ECHO} "for more information about required data directories."
41
	@${ECHO} "From directory, where you will have installed game data you can run:"
41
	@${ECHO} "From directory, where you will have installed game data you can run:"
42
	@${ECHO} "${PREFIX}/bin/fixinstall - to check installation (FAILED nwserver is ok)"
42
	@${ECHO} "${PREFIX}/bin/fixinstall - to check installation"
43
	@${ECHO} "and ${PREFIX}/bin/nwserver - to start server"
43
	@${ECHO} "and ${PREFIX}/bin/nwserver - to start server"
44
	@${ECHO} "*******************************************************************************"
44
	@${ECHO} "*******************************************************************************"
45
45
(-)linux-nwserver/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (linuxserver130.tar.gz) = a5ab78cba6692c317945af0506ce6abd
1
MD5 (linuxserver131.tar.gz) = 4cbb01f3d767f3d33d04dd8b72582f64

Return to bug 57233