mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
28 lines
640 B
Makefile
28 lines
640 B
Makefile
# 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
|
|
COMMENT= A host availability monitor intended for the WindowMaker dock
|
|
|
|
USE_XORG= xpm
|
|
GNU_CONFIGURE= yes
|
|
|
|
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>
|