mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
22 lines
509 B
Makefile
22 lines
509 B
Makefile
# Ports collection makefile for: xwlans
|
|
# Date created: 30 July 2004
|
|
# Whom: Fredrik Lindberg <fredde@shapeshifter.se>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xwlans
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://shapeshifter.se/code/xwlans/release/ \
|
|
http://mirror.shapeshifter.se/code/xwlans/release/
|
|
|
|
MAINTAINER= fli@shapeshifter.se
|
|
COMMENT= Utilty to display your wavelan signal strength on the X11 root-display
|
|
|
|
USE_X_PREFIX= yes
|
|
PLIST_FILES= bin/xwlans
|
|
|
|
.include <bsd.port.mk>
|