freebsd-ports/games/nwnusers/Makefile
Edwin Groothuis b46101b7bc new port: games/nwnusers Monitoring Neverwinter Nights Servers with MRTG
A very easy to use tool for monitoring the number of active
	players on a (remote) Neverwinter Nights Server with MRTG.

PR:		ports/46370
Submitted by:	Andreas Heil <ah@linux-hq.de>
2003-03-31 22:32:04 +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.2
CATEGORIES= games
MASTER_SITES= http://www.linux-hq.de/pub/
DISTNAME= nwnusers-v1.2
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>