From 834a3f2151dd8738a1f878489f6207664c4af5aa Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 14 Jul 2013 17:14:53 -0700 Subject: Imported Upstream version 1.1.1 --- freebsd/Makefile | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 freebsd/Makefile (limited to 'freebsd/Makefile') diff --git a/freebsd/Makefile b/freebsd/Makefile new file mode 100644 index 0000000..10f8c20 --- /dev/null +++ b/freebsd/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: transmission-remote-gtk +# Date created: 22 February 2011 +# Whom: J.D. Morris +# +# $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 + +.include -- cgit v1.2.3