3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
26 lines
530 B
Makefile
26 lines
530 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= 4
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://digitalssg.net/debian/
|
|
|
|
MAINTAINER= uspoerlein@gmail.com
|
|
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>
|