freebsd-ports/net/wmnd/Makefile
Renato Botelho b505848e55 Force build to use only freebsd bits
For some unknwon reason in some cases configure detects netbsd_ioctl in
addition to freebsd_sysctl and it breaks build.  Force it to use only
freebsd_sysctl

PR:		250554
Reported by:	rhurlin
Sponsored by:	Rubicon Communications, LLC (Netgate)
2020-10-26 12:25:50 +00:00

32 lines
802 B
Makefile

# Created by: Paolo Pisati <flag@gufi.org>
# $FreeBSD$
PORTNAME= wmnd
PORTVERSION= 0.4.18
CATEGORIES= net
MASTER_SITES= http://www.thregr.org/~wavexx/software/wmnd/releases/
MAINTAINER= garga@FreeBSD.org
COMMENT= Improved network monitoring dock app (with tons of features)
LICENSE= GPLv2
USES= gmake xorg
OPTIONS_DEFINE= EXAMPLES
USE_XORG= ice sm x11 xext xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-dummy-driver --enable-drivers=freebsd_sysctl
PORTEXAMPLES= wmndrc
PLIST_FILES= bin/wmnd \
man/man1/wmnd.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/wmnd ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/wmnd.1 ${STAGEDIR}${MANPREFIX}/man/man1
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/wmndrc ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>