diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-11-05 21:44:38 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-11-05 21:44:38 +0000 |
commit | 2a71ce1805a9d40360533cabc63bf033b488ae6f (patch) | |
tree | edeb7fe2009a2c889ffba2e9d95b5ccc2331e20f /x11-themes | |
parent | 370bcfb359a5c2bb14f17dbbf24e75ad544c0b35 (diff) |
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gtk-xfce-engine/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-themes/gtk-xfce-engine/Makefile b/x11-themes/gtk-xfce-engine/Makefile index 54566abe006f..5ef5da76039b 100644 --- a/x11-themes/gtk-xfce-engine/Makefile +++ b/x11-themes/gtk-xfce-engine/Makefile @@ -8,17 +8,18 @@ PORTNAME= gtk-xfce-engine PORTVERSION= 2.1.6 CATEGORIES= x11-toolkits xfce -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ +MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/4.0.0/ \ + http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/4.0.0/xfce-4.0.0/src/ \ + http://linux.imp.mx/xfce4/xfce_4.0.0/src/ \ + http://www.efd.lth.se/~c03bk/xfce4/mirror/tarballs/4.0.0/ \ + http://changux.homelinux.org/xfce_4.0.0/archive/xfce-4.0.0/src/ \ http://www.xfce.org/archive/xfce-4.0.0/src/ -MASTER_SITE_SUBDIR= xfce MAINTAINER= oliver@FreeBSD.org COMMENT= An XFCE engine for GTK 2.0 LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 -WRKSRC= ${WRKDIR}/gtk-xfce-engine-${PORTVERSION} - USE_GMAKE= yes USE_GNOME= gnomehack USE_LIBTOOL= yes |