mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
897ad0b36e
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.
27 lines
516 B
Makefile
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>
|