1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/games/nwnusers/Makefile
Kirill Ponomarev d5acd1efb1 - Update of games/nwnusers to version 1.4 due to protocol
changes.
- It's now compatible with Neverwinter Nights 1.32.

PR:		57261
Submitted by:	maintainer
2003-09-27 08:01:13 +00:00

28 lines
629 B
Makefile

# New ports collection makefile for: nwnusers
# Date created: 19 December 2002
# Whom: Andreas Heil <ah@linux-hq.de>
#
# $FreeBSD$
#
PORTNAME= nwnusers
PORTVERSION= 1.4
CATEGORIES= games
MASTER_SITES= http://www.linux-hq.de/pub/
DISTNAME= nwnusers-v1.4
MAINTAINER= ah@linux-hq.de
COMMENT= A tool for monitoring Neverwinter Nights Server with mrtg
do-build:
cd ${WRKDIR}/${DISTNAME} &&\
${CC} ${CFLAGS} -Wall -Werror -DVERSION=\"${PORTVERSION}\" -o nwnusers nwnusers.c
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/nwnusers ${PREFIX}/bin/nwnusers
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>