aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ristretto/Makefile
blob: 694deca26e0339332857ee29cf885e1d901675ec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$

PORTNAME=   ristretto
PORTVERSION=    0.6.3
PORTREVISION=   1
CATEGORIES= graphics xfce
MASTER_SITES=   ${MASTER_SITE_XFCE}
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR=    xfce4

MAINTAINER= xfce@FreeBSD.org
COMMENT=    An image viewer with Xfce integration

LIB_DEPENDS=    exif.12:${PORTSDIR}/graphics/libexif \
        dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
        cairo.2:${PORTSDIR}/graphics/cairo

USES=       pkgconfig
USE_BZIP2=  yes
GNU_CONFIGURE=  yes
USE_GNOME=  gnomehack gtk20 glib20 intltool intlhack desktopfileutils
USE_GMAKE=  yes
INSTALLS_ICONS= yes
USE_GETTEXT=    yes
USE_XFCE=   configenv libmenu libutil xfconf
USE_XORG=   x11

post-install:
    @-update-desktop-database

.include <bsd.port.mk>