freebsd-ports/graphics/ristretto/Makefile
Olivier Duchateau 59acc7267c - Update to 0.6.3
- Use USE_PKGCONFIG macro

Submitted by:	myself
Approved by:	miwi, rene (mentors)
2012-08-10 16:09:20 +00:00

35 lines
823 B
Makefile

# New ports collection makefile for: ristretto
# Date created: 2007-08-27
# Whom: Martin Wilke <miwi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ristretto
PORTVERSION= 0.6.3
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
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
USE_PKGCONFIG= build
post-install:
@-update-desktop-database
.include <bsd.port.mk>