diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-07-15 04:48:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-07-15 04:48:12 +0000 |
commit | e280fe0419aebf263234bd5d1da71fb501a9d90e (patch) | |
tree | 7cc032d827197f0c40767303e19e4a3b08ad1496 /graphics/ristretto/Makefile | |
parent | 02c1af593b484ca79c71f9108c05ef419d187834 (diff) | |
download | ports-e280fe0419aebf263234bd5d1da71fb501a9d90e.tar.gz ports-e280fe0419aebf263234bd5d1da71fb501a9d90e.zip |
Notes
Diffstat (limited to 'graphics/ristretto/Makefile')
-rw-r--r-- | graphics/ristretto/Makefile | 22 |
1 files changed, 16 insertions, 6 deletions
diff --git a/graphics/ristretto/Makefile b/graphics/ristretto/Makefile index eef6faef82b1..dd1e26230d67 100644 --- a/graphics/ristretto/Makefile +++ b/graphics/ristretto/Makefile @@ -6,21 +6,31 @@ # PORTNAME= ristretto -PORTVERSION= 0.0.22 -PORTREVISION= 5 +PORTVERSION= 0.0.91 CATEGORIES= graphics xfce -MASTER_SITES= http://goodies.xfce.org/releases/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_XFCE} +MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} +DIST_SUBDIR= xfce4 MAINTAINER= miwi@FreeBSD.org COMMENT= An image-viewer with xfce-integration -LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif +LIB_DEPENDS= exif.12:${PORTSDIR}/graphics/libexif \ + dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ + cairo.2:${PORTSDIR}/graphics/cairo +USE_BZIP2= yes GNU_CONFIGURE= yes -USE_GNOME= gtk20 +USE_GNOME= gtk20 glib20 intltool intlhack desktopfileutils pkgconfig USE_GMAKE= yes INSTALLS_ICONS= yes USE_GETTEXT= yes -USE_XFCE= configenv libutil thunar +USE_XFCE= configenv libutil libgui xfconf + +post-patch: + @${REINPLACE_CMD} -e 's| docs||' ${WRKSRC}/Makefile.in + +post-install: + @-update-desktop-database .include <bsd.port.mk> |