freebsd-ports/graphics/ristretto/Makefile
Olivier Duchateau edee314615 - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panel
While I'm here,
- Finish to convert USES
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Remove desktopfileutils, because MimeType entry is not present in desktop file
2013-05-08 16:05:21 +00:00

28 lines
699 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= ristretto
PORTVERSION= 0.6.3
PORTREVISION= 2
CATEGORIES= graphics xfce
MASTER_SITES= ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Image viewer with Xfce integration
LIB_DEPENDS= exif:${PORTSDIR}/graphics/libexif \
dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
cairo:${PORTSDIR}/graphics/cairo
USES= pkgconfig gettext pathfix desktop-file-utils
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= gtk20 glib20 intltool intlhack
USE_GMAKE= yes
INSTALLS_ICONS= yes
USE_XFCE= configenv libmenu libutil xfconf
USE_XORG= x11
.include <bsd.port.mk>