freebsd-ports/net/wmnetmon/Makefile
Pav Lucistnik b366464c7b - Update MASTER_SITES
- Take maintainership

PR:		ports/86299
Submitted by:	Soren Straarup <xride@beacon.x12.dk>
2005-09-18 20:47:01 +00:00

30 lines
700 B
Makefile

# New ports collection makefile for: wmnetmon
# Date created: 1 April 2001
# Whom: Konstantinos Konstantinidis <kkonstan@daemon.gr>
#
# $FreeBSD$
#
PORTNAME= wmnetmon
PORTVERSION= 0.2p5
CATEGORIES= net windowmaker
MASTER_SITES= http://www.linuks.mine.nu/dockapps/
MAINTAINER= xride@x12.dk
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>