1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/net/wmwifi/Makefile
2007-10-01 06:22:24 +00:00

33 lines
635 B
Makefile

# New ports collection makefile for: net/wmwifi
# Date created: 01.07.2005
# Whom: Ulrich Spoerlein <q@galgenberg.net>
#
# $FreeBSD$
#
PORTNAME= wmwifi
PORTVERSION= 0.4
DISTVERSIONSUFFIX=-bsd
PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://digitalssg.net/debian/
MAINTAINER= uspoerlein@gmail.com
COMMENT= Dockapp displaying the signal strength of WiFi connection
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV+= "CPPFLAGS=-I${X11BASE}/include"
PLIST_FILES= bin/wmwifi
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>