freebsd-ports/graphics/ristretto/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

26 lines
607 B
Makefile

# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= ristretto
PORTVERSION= 0.8.0
CATEGORIES= graphics xfce
MASTER_SITES= XFCE/src/apps/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Image viewer with Xfce integration
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libexif.so:graphics/libexif \
libdbus-glib-1.so:devel/dbus-glib \
USES= pkgconfig gettext desktop-file-utils gmake xfce tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= gtk20 glib20 intltool intlhack
INSTALLS_ICONS= yes
USE_XFCE= libmenu
USE_XORG= x11
.include <bsd.port.mk>