freebsd-ports/net/wmnd/Makefile
Niclas Zeising 897ad0b36e Add USES=xorg USES=gl, ports categories n
Add USES=xorg and USES=gl to ports in categories starting with 'n'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:58:04 +00:00

32 lines
769 B
Makefile

# Created by: Paolo Pisati <flag@gufi.org>
# $FreeBSD$
PORTNAME= wmnd
PORTVERSION= 0.4.17
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
OPTIONS_DEFINE= EXAMPLES
USES= gmake xorg
USE_XORG= ice sm x11 xext xpm
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-dummy-driver
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>