mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
1fb2bb4b28
PR: ports/78194 Submitted by: Keishiro OHKOSHI <ohkoshi@mua.biglobe.ne.jp> Approved by: maintainer timeout (1 month)
30 lines
594 B
Makefile
30 lines
594 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.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>
|