aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/xfce4-wavelan-plugin/Makefile
blob: 3111f334b8a6dd035d9a2013b24b218e29253f01 (plain) (blame)
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
27
28
29
30
31
# New ports collection makefile for:    xfce-wavelan-plugin
# Date created:             22 May 2004
# Whom:                 Manuel Rabade Garica <mig@mig-29.net>
#
# $FreeBSD$
#    $MCom: ports/sysutils/xfce4-wavelan-plugin/Makefile,v 1.1 2006/10/02 20:43:59 ahze Exp $

PORTNAME=   xfce4-wavelan-plugin
PORTVERSION=    0.5.4
PORTREVISION=   2
CATEGORIES= sysutils xfce
MASTER_SITES=   http://goodies.xfce.org/releases/${PORTNAME}/
DIST_SUBDIR=    xfce4

MAINTAINER= miwi@FreeBSD.org
COMMENT=    Displays various information about a WaveLAN device

GNU_CONFIGURE=  yes
USE_GETTEXT=    yes
USE_GMAKE=  yes
USE_GNOME=  gnometarget gtk20 intltool intlhack pkgconfig
USE_XFCE=   configenv panel
USE_XLIB=   yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 700042
BROKEN=     Does not work with the new wlan stack on 7.0
.endif

.include <bsd.port.post.mk>