freebsd-ports/net/wmnetmon/Makefile

28 lines
640 B
Makefile
Raw Normal View History

# Created by: Konstantinos Konstantinidis <kkonstan@daemon.gr>
# $FreeBSD$
PORTNAME= wmnetmon
PORTVERSION= 0.2p5
PORTREVISION= 2
CATEGORIES= net windowmaker
MASTER_SITES= http://www.linuks.mine.nu/dockapps/
MAINTAINER= xride@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= A host availability monitor intended for the WindowMaker dock
USE_XORG= xpm
GNU_CONFIGURE= yes
2004-02-27 03:36:11 +01:00
BINMODE= 4755
PLIST_FILES= bin/wmnetmon share/examples/wmnetmon/wmnetmonrc
PLIST_DIRS= share/examples/wmnetmon
NO_STAGE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmnetmon ${PREFIX}/bin
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/wmnetmonrc ${EXAMPLESDIR}
.include <bsd.port.mk>