diff options
author | daichi <daichi@FreeBSD.org> | 2003-06-26 15:01:55 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-06-26 15:01:55 +0800 |
commit | 4bc20bbec48829f0f2daa0fa304b04246e8136ca (patch) | |
tree | 0cc0adb5307cb128ef6290c8f5a92ff6ab5f956f /x11/idesk/Makefile | |
parent | 70a5b204e7b658b46b60fdc57abdb7ff383df043 (diff) | |
download | freebsd-ports-gnome-4bc20bbec48829f0f2daa0fa304b04246e8136ca.tar.gz freebsd-ports-gnome-4bc20bbec48829f0f2daa0fa304b04246e8136ca.tar.zst freebsd-ports-gnome-4bc20bbec48829f0f2daa0fa304b04246e8136ca.zip |
Update idesk to 0.5.5
PR: 53505
Submitted by: Sascha Holzleiter <sascha@root-login.org> (maintainer)
Diffstat (limited to 'x11/idesk/Makefile')
-rw-r--r-- | x11/idesk/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/idesk/Makefile b/x11/idesk/Makefile index 112ab8a430a7..12016448e171 100644 --- a/x11/idesk/Makefile +++ b/x11/idesk/Makefile @@ -6,21 +6,23 @@ # PORTNAME= idesk -PORTVERSION= 0.3.5 +PORTVERSION= 0.5.5 CATEGORIES= x11 -MASTER_SITES= http://linuxhelp.hn.org/ \ - ftp://sunsite.informatik.rwth-aachen.de/pub/comp/Linux/gentoo/distfiles/ \ - ftp://metalab.unc.edu/pub/Linux/distributions/gentoo/distfiles/ +MASTER_SITES= http://idesk.timmfin.net/releases/ \ + ${MASTER_SITE_SOURCEFORGE} MAINTAINER= sascha@root-login.org COMMENT= Place launch icons directly on your desktop -LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft +LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/Xft \ + rsvg-2.4:${PORTSDIR}/graphics/librsvg2 USE_X_PREFIX= yes USE_GMAKE= yes USE_GNOME= imlib +NO_WRKSUBDIR= yes + CXXFLAGS+= `imlib-config --cflags` `freetype-config --cflags` MAKE_ARGS= cc="${CXX}" cflags="${CXXFLAGS}" |