aboutsummaryrefslogtreecommitdiffstats
path: root/games/nwnusers/Makefile
blob: e7cd5fae01761813c2427ded5f6c74b6f6fb9c8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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

PLIST_FILES=    bin/nwnusers

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>