aboutsummaryrefslogtreecommitdiffstats
path: root/net/wmwifi/Makefile
blob: 3c5958a10ce62a6eef44916f794940f828542211 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:    net/wmwifi
# Date created:             01.07.2005
# Whom:                 Ulrich Spoerlein <uspoerlein@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   wmwifi
PORTVERSION=    0.4
DISTVERSIONSUFFIX=-bsd
PORTREVISION=   4
CATEGORIES= net
MASTER_SITES=   http://digitalssg.net/debian/ \
        ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= uqs

MAINTAINER= uqs@FreeBSD.org
COMMENT=    Dockapp displaying the signal strength of WiFi connection

GNU_CONFIGURE=  yes
USE_XORG=   x11 xpm
USE_GMAKE=  yes

CONFIGURE_ENV+= "CPPFLAGS=-I${LOCALBASE}/include"

PLIST_FILES=    bin/wmwifi

.include <bsd.port.mk>