blob: 41e67504c5769787243d04635d6b7d73d0cd6da9 (
plain)
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
|
# New ports collection makefile for: net/wmwifi
# Date created: 01.07.2005
# Whom: Ulrich Spoerlein <q@galgenberg.net>
#
# $FreeBSD$
#
PORTNAME= wmwifi
PORTVERSION= 0.4
PORTREVISION= 1
DISTVERSIONSUFFIX=-bsd
CATEGORIES= net
MASTER_SITES= http://digitalssg.net/debian/
MAINTAINER= q@galgenberg.net
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.mk>
|