summaryrefslogtreecommitdiff
path: root/freebsd/Makefile
blob: 10f8c2046d05e74a4aff43a775750ee16239d67f (plain)
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
# New ports collection makefile for:	transmission-remote-gtk
# Date created:			22 February 2011
# Whom:				J.D. Morris <jdm720@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	transmission-remote-gtk
PORTVERSION=	0.5
CATEGORIES=	net-p2p
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}

MAINTAINER=	jdm720@gmail.com
COMMENT=	GTK app for remote management of Transmission via RPC

LIB_DEPENDS=	json-glib-1.0:${PORTSDIR}/devel/json-glib \
		notify.1:${PORTSDIR}/devel/libnotify \
		unique-1.0.2:${PORTSDIR}/x11-toolkits/unique \
		curl.6:${PORTSDIR}/ftp/curl

RUN_DEPENDS=	notification-daemon:${PORTSDIR}/deskutils/notification-daemon

USE_GNOME=		glib20 gtk20 gconf2
GNU_CONFIGURE=		yes
INSTALLS_ICONS=		yes
GCONF_SCHEMAS=		transmission-remote-gtk.schemas

.include <bsd.port.pre.mk>

.include <bsd.port.post.mk>