blob: 019a920797bc985a3eb3af5f0ff3858b28b639a9 (
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
30
31
|
# New ports collection makefile for: wmnetmon
# Date created: 1 April 2001
# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr>
#
# $FreeBSD$
#
PORTNAME= wmnetmon
PORTVERSION= 0.2p5
PORTREVISION= 1
CATEGORIES= net windowmaker
MASTER_SITES= http://www.linuks.mine.nu/dockapps/
MAINTAINER= xride@FreeBSD.org
COMMENT= A host availability monitor intended for the WindowMaker dock
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
BINMODE= 4755
PLIST_FILES= bin/wmnetmon share/examples/wmnetmon/wmnetmonrc
PLIST_DIRS= share/examples/wmnetmon
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmnetmon ${PREFIX}/bin
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/wmnetmonrc ${EXAMPLESDIR}
.include <bsd.port.mk>
|