diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-08-01 14:32:00 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-08-01 14:32:00 +0000 |
commit | 8700b0f2bec021c0264d4d35360ffe8018f9df97 (patch) | |
tree | aa8e62c2a896fc7e9c53c81e5f2a6361fa0925c9 /sysutils/xfce4-battery-plugin/Makefile | |
parent | 8f4a4831ba197865df4186371664d97b160c5ba3 (diff) |
Notes
Diffstat (limited to 'sysutils/xfce4-battery-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-battery-plugin/Makefile | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/xfce4-battery-plugin/Makefile b/sysutils/xfce4-battery-plugin/Makefile new file mode 100644 index 000000000000..32f3dd6c4805 --- /dev/null +++ b/sysutils/xfce4-battery-plugin/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: xfce-battery-plugin +# Date created: 31 June 2003 +# Whom: Thorsten Greiner <thorsten.greiner@web.de> +# +# $FreeBSD$ +# + +PORTNAME= xfce4-battery-plugin +PORTVERSION= 0.1.2 +CATEGORIES= sysutils +MASTER_SITES= http://download.berlios.de/xfce-goodies/ +DIST_SUBDIR= xfce4 + +MAINTAINER= thorsten.greiner@web.de +COMMENT= Battery monitor panel plugin for XFce4 + +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 + +USE_GNOME= gtk20 +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} + +.include <bsd.port.mk> |