freebsd-ports/deskutils/steadyflow/Makefile
Martin Wilke 16611dff1a Steadyflow is a GTK+ based download manager that aims for minimalism, and
ease of use. It should be easy to control, whether from the GUI, command
line, or D-Bus.

WWW:	https://launchpad.net/steadyflow

PR:		ports/154354
Submitted by:	Olivier Duchateau <duchateau.olivier at gmail.com>
Feature safe:	yes
2011-01-28 16:18:50 +00:00

36 lines
887 B
Makefile

# New ports collection makefile for: steadyflow
# Date created: 2011-01-28
# Whom: Olivier Duchateau <duchateau.olivier@gmail.com>
#
# $FreeBSD$
#
PORTNAME= steadyflow
PORTVERSION= 0.1.5
CATEGORIES= deskutils
MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ \
https://launchpadlibrarian.net/56276785/
MAINTAINER= duchateau.olivier@gmail.com
COMMENT= Simple download manager
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
gee.2:${PORTSDIR}/devel/libgee \
notify.1:${PORTSDIR}/devel/libnotify \
unique-1.0.2:${PORTSDIR}/x11-toolkits/unique
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
LICENSE= GPLv3
USE_CMAKE= yes
USE_GNOME= desktopfileutils glib20 gtk20 pkgconfig
USE_GETTEXT= yes
INSTALLS_ICONS= yes
CMAKE_ARGS= -DWANT_GSETTINGS:BOOL=OFF \
-DWANT_AYATANA:BOOL=OFF
post-install:
@-update-desktop-database
.include <bsd.port.mk>