WLAN plugin for Xfce.
This commit is contained in:
parent
3b66563e2a
commit
a45bd1bde2
5 changed files with 54 additions and 0 deletions
1
xfce4-wavelan-plugin/DESCR
Normal file
1
xfce4-wavelan-plugin/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
WLAN plugin for Xfce.
|
14
xfce4-wavelan-plugin/Makefile
Normal file
14
xfce4-wavelan-plugin/Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2007/01/24 08:26:17 marttikuparinen Exp $
|
||||
|
||||
.include "../../wip/xfce4/Makefile.common"
|
||||
|
||||
XFCE4_VERSION= 0.5.3
|
||||
|
||||
DISTNAME= xfce4-wavelan-plugin-${XFCE4_VERSION}
|
||||
#PKGREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://goodies.xfce.org/releases/xfce4-wavelan-plugin/
|
||||
COMMENT= Xfce WLAN plugin
|
||||
|
||||
.include "../../wip/xfce4-panel/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
11
xfce4-wavelan-plugin/PLIST
Normal file
11
xfce4-wavelan-plugin/PLIST
Normal file
|
@ -0,0 +1,11 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2007/01/24 08:26:17 marttikuparinen Exp $
|
||||
libexec/xfce4/panel-plugins/xfce4-wavelan-plugin
|
||||
share/locale/de/LC_MESSAGES/xfce4-wavelan-plugin.mo
|
||||
share/locale/eu/LC_MESSAGES/xfce4-wavelan-plugin.mo
|
||||
share/locale/hu/LC_MESSAGES/xfce4-wavelan-plugin.mo
|
||||
share/locale/it/LC_MESSAGES/xfce4-wavelan-plugin.mo
|
||||
share/locale/ja/LC_MESSAGES/xfce4-wavelan-plugin.mo
|
||||
share/locale/ko/LC_MESSAGES/xfce4-wavelan-plugin.mo
|
||||
share/locale/pl/LC_MESSAGES/xfce4-wavelan-plugin.mo
|
||||
share/locale/vi/LC_MESSAGES/xfce4-wavelan-plugin.mo
|
||||
share/xfce4/panel-plugins/wavelan.desktop
|
23
xfce4-wavelan-plugin/buildlink3.mk
Normal file
23
xfce4-wavelan-plugin/buildlink3.mk
Normal file
|
@ -0,0 +1,23 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2007/01/24 08:26:17 marttikuparinen Exp $
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
|
||||
XFCE4_WAVELAN_PLUGIN_BUILDLINK3_MK:= ${XFCE4_WAVELAN_PLUGIN_BUILDLINK3_MK}+
|
||||
|
||||
.if ${BUILDLINK_DEPTH} == "+"
|
||||
BUILDLINK_DEPENDS+= xfce4-wavelan-plugin
|
||||
.endif
|
||||
|
||||
BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Nxfce4-wavelan-plugin}
|
||||
BUILDLINK_PACKAGES+= xfce4-wavelan-plugin
|
||||
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}xfce4-wavelan-plugin
|
||||
|
||||
.if ${XFCE4_WAVELAN_PLUGIN_BUILDLINK3_MK} == "+"
|
||||
BUILDLINK_API_DEPENDS.xfce4-wavelan-plugin+= xfce4-wavelan-plugin>=0.5.3
|
||||
BUILDLINK_PKGSRCDIR.xfce4-wavelan-plugin?= ../../wip/xfce4-wavelan-plugin
|
||||
.endif # XFCE4_WAVELAN_PLUGIN_BUILDLINK3_MK
|
||||
|
||||
.include "../../wip/xfce4-panel/buildlink3.mk"
|
||||
.include "../../wip/xfce4-dev-tools/buildlink3.mk"
|
||||
.include "../../devel/glib2/buildlink3.mk"
|
||||
|
||||
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
|
5
xfce4-wavelan-plugin/distinfo
Normal file
5
xfce4-wavelan-plugin/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2007/01/24 08:26:17 marttikuparinen Exp $
|
||||
|
||||
SHA1 (xfce4-wavelan-plugin-0.5.3.tar.bz2) = 1e2fc77a81cda2893a89a68f16e03aebd20d0070
|
||||
RMD160 (xfce4-wavelan-plugin-0.5.3.tar.bz2) = 555d83eda34dce1f5d372bdae1c17d92587fb92d
|
||||
Size (xfce4-wavelan-plugin-0.5.3.tar.bz2) = 390842 bytes
|
Loading…
Reference in a new issue