1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/net/wmwifi/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

27 lines
516 B
Makefile

# Created by: Ulrich Spoerlein <uspoerlein@gmail.com>
# $FreeBSD$
PORTNAME= wmwifi
PORTVERSION= 0.4
DISTVERSIONSUFFIX=-bsd
PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= http://digitalssg.net/debian/ \
LOCAL/uqs
MAINTAINER= uqs@FreeBSD.org
COMMENT= Dockapp displaying the signal strength of WiFi connection
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake localbase xorg
USE_XORG= x11 xext xpm
CONFIGURE_ENV= X_CFLAGS="${CFLAGS}"
GNU_CONFIGURE= yes
PLIST_FILES= bin/wmwifi
.include <bsd.port.mk>