diff options
Diffstat (limited to 'x11-themes/gtk-xfce-engine/Makefile')
-rw-r--r-- | x11-themes/gtk-xfce-engine/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile index dd2aca3509d7..a4797576d4aa 100644 --- a/x11-themes/gtk-xfce-engine/Makefile +++ b/x11-themes/gtk-xfce-engine/Makefile @@ -6,17 +6,20 @@ # PORTNAME= gtk-xfce-engine -PORTVERSION= 2.2.8 -PORTREVISION= 2 +PORTVERSION= 2.4.0 CATEGORIES= x11-themes xfce -MASTER_SITES= http://www.us.xfce.org/archive/xfce-4.2.3.2/src/ \ - http://www.ca-us.xfce.org/archive/xfce-4.2.3.2/src/ \ - http://www.p0llux.be/xfce/xfce-4.2.3.2/src/ +MASTER_SITES= ${MASTER_SITES_XFCE} +DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= An XFCE engine for GTK 2.0 -USE_GNOME= gnomehack gtk20 GNU_CONFIGURE= yes +USE_BZIP2= yes +USE_GNOME= glib20 gnomehack gtk20 pkgconfig +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> |