freebsd-ports/sysutils/xfce4-wavelan-plugin/Makefile
Olivier Duchateau 8dbfc443c3 - Convert to USES= libtool tar:bzip2
- Add new patch, 'patch-panel-plugin__wavelan.ci', in order to change percentage
values (25%, 50% and 75%, instead 40%, 55% and 70%)
- Fix signal quality
- Bump PORTREVISION

Submitted by:	J.R. Oldroyd <fbsd@opal.com>
Obtained from:	http://lists.freebsd.org/pipermail/freebsd-xfce/2014-May/000914.html
2014-05-21 17:21:38 +00:00

20 lines
545 B
Makefile

# Created by: Manuel Rabade Garica <mig@mig-29.net>
# $FreeBSD$
PORTNAME= xfce4-wavelan-plugin
PORTVERSION= 0.5.11
PORTREVISION= 1
CATEGORIES= sysutils xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Displays various information about a WaveLAN device
GNU_CONFIGURE= yes
USES= gettext pkgconfig gmake libtool tar:bzip2
USE_GNOME= gtk20 glib20 intltool intlhack
USE_XFCE= configenv libutil libmenu panel
.include <bsd.port.mk>