1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net/wmnd/Makefile
Pav Lucistnik afb1fd131b - Fix fetch, update WWW
Reported by:	pointyhat
Approved by:	portmgr (hat)
2007-11-07 00:45:02 +00:00

30 lines
619 B
Makefile

# New ports collection makefile for: wmnd
# Date created: 29 October 2001
# Whom: Paolo Pisati <flag@gufi.org>
#
# $FreeBSD$
#
PORTNAME= wmnd
PORTVERSION= 0.4.12
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://www.thregr.org/~wavexx/software/wmnd/releases/
MAINTAINER= ports@FreeBSD.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=""
MAN1= wmnd.1
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>