diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-01-22 16:45:10 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-01-22 16:45:10 +0000 |
commit | 307bdced85efa099cb28882bf2904d68809a7547 (patch) | |
tree | a8d9f0fef2ab3a02971ab0000c95884bb3b29557 /sysutils/xfce4-minicmd-plugin/Makefile | |
parent | 7f941ef93ab911655cb1a2e6b7c89f115be1318c (diff) |
Notes
Diffstat (limited to 'sysutils/xfce4-minicmd-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-minicmd-plugin/Makefile | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/sysutils/xfce4-minicmd-plugin/Makefile b/sysutils/xfce4-minicmd-plugin/Makefile index 14e17358af1f..d99c613bffc9 100644 --- a/sysutils/xfce4-minicmd-plugin/Makefile +++ b/sysutils/xfce4-minicmd-plugin/Makefile @@ -6,19 +6,22 @@ # PORTNAME= xfce4-minicmd-plugin -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.4 CATEGORIES= sysutils xfce -MASTER_SITES= http://download.berlios.de/xfce-goodies/ +MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/panel-plugins/4.4/ DIST_SUBDIR= xfce4 MAINTAINER= demon@FreeBSD.org COMMENT= Displays a mini-command line on the xfce4-panel -BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel -RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel - GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +USE_BZIP2= yes +USE_GETTEXT= yes +USE_GMAKE= yes +USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig +USE_XFCE= configenv panel +USE_XLIB= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk" +.include <bsd.port.post.mk> |