diff options
author | pav <pav@FreeBSD.org> | 2004-05-24 21:57:52 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-05-24 21:57:52 +0000 |
commit | fe6901fc805803eb3271ef8336308875a4c4ed3e (patch) | |
tree | 97e81fbec2c24d2eceee13eccae1fcb369f1e878 /sysutils/xfce4-wavelan-plugin/Makefile | |
parent | 3e3c9329cd0d5ecc395aff2c95cca825d9732ef7 (diff) | |
download | FreeBSD-ports-fe6901fc805803eb3271ef8336308875a4c4ed3e.zip FreeBSD-ports-fe6901fc805803eb3271ef8336308875a4c4ed3e.tar.gz |
Add xfce4-wavelan-plugin, a plugin for XFce4 panel displaying various
information about Wavelan devices.
PR: ports/67107
Submitted by: Manuel Rabade Garcia <mig@mig-29.net>
Diffstat (limited to 'sysutils/xfce4-wavelan-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-wavelan-plugin/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/xfce4-wavelan-plugin/Makefile b/sysutils/xfce4-wavelan-plugin/Makefile new file mode 100644 index 0000000..84d8425 --- /dev/null +++ b/sysutils/xfce4-wavelan-plugin/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: xfce-wavelan-plugin +# Date created: 22 May 2004 +# Whom: Manuel Rabade Garica <mig@mig-29.net +# +# $FreeBSD$ +# + +PORTNAME= xfce4-wavelan-plugin +PORTVERSION= 0.3.2 +CATEGORIES= sysutils xfce +MASTER_SITES= http://download.berlios.de/xfce-goodies/ \ + http://matt.nerim.net/xfce-goodies/ \ + http://xfce.org/~kelnos/mirrors/xfce-goodies/ +DIST_SUBDIR= xfce4 + +MAINTAINER= mig@mig-29.net +COMMENT= Displays various information about a WaveLAN device + +BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel +LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 \ + xfce4util.1:${PORTSDIR}/x11/libxfce4util \ + xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui +RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel + +USE_GNOME= gtk20 +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_LIBTOOL_VER=13 +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |