mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
7dc406a7a1
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category N. CR: D307 Approved by: portmgr (bapt)
29 lines
683 B
Makefile
29 lines
683 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= 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
|
|
|
|
OPTIONS_DEFINE= EXAMPLES
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/wmnetmon ${STAGEDIR}${PREFIX}/bin
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/wmnetmonrc ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|