aboutsummaryrefslogtreecommitdiffstats
path: root/net/wmnd/Makefile
blob: 57b2eeef72694247bde50a3570e23e5804574432 (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:    wmnd
# Date created:             29 October 2001
# Whom:                 Paolo Pisati <flag@gufi.org>
#
# $FreeBSD$
#

PORTNAME=   wmnd
PORTVERSION=    0.4.11
CATEGORIES= net
MASTER_SITES=   ftp://ftp.yuv.info/pub/wmnd/releases/

MAINTAINER= flag@gufi.org
COMMENT=    Improved network monitoring dock app (with tons of features)

USE_X_PREFIX=   yes
USE_XPM=    yes
USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --datadir=${EXAMPLESDIR} --with-drivers="freebsd_sysctl" \
        --program-transform-name=""

INFO=       gpl
MAN1=       wmnd.1

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>