diff options
Diffstat (limited to 'sysutils/xfce4-wavelan-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-wavelan-plugin/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sysutils/xfce4-wavelan-plugin/Makefile b/sysutils/xfce4-wavelan-plugin/Makefile index b42bfc4..bd7ba4a 100644 --- a/sysutils/xfce4-wavelan-plugin/Makefile +++ b/sysutils/xfce4-wavelan-plugin/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xfce4-wavelan-plugin -PORTVERSION= 0.5.11 -PORTREVISION= 1 +PORTVERSION= 0.5.12 CATEGORIES= sysutils xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR=src/panel-plugins/${PORTNAME}/${PORTVERSION:R} @@ -12,9 +11,11 @@ DIST_SUBDIR= xfce4 MAINTAINER= xfce@FreeBSD.org COMMENT= Displays various information about a WaveLAN device +LICENSE= BSD3CLAUSE + GNU_CONFIGURE= yes -USES= gettext pkgconfig gmake libtool tar:bzip2 +USES= gettext pkgconfig gmake libtool xfce tar:bzip2 USE_GNOME= gtk20 glib20 intltool intlhack -USE_XFCE= configenv libutil libmenu panel +USE_XFCE= panel .include <bsd.port.mk> |