From db48d53ccc52badfe5cc2fe5fa1e35fb1b58b467 Mon Sep 17 00:00:00 2001 From: Jeremy Messenger Date: Sat, 11 Feb 2006 18:12:45 +0000 Subject: Transmission is a free, lightweight BitTorrent client. It features a simple, intuitive interface on top on an efficient, cross-platform back-end. Transmission is open source (MIT license) and runs on Mac OS X (Cocoa interface), Linux/NetBSD/FreeBSD/OpenBSD (GTK+ interface) and BeOS (native interface). WWW: http://transmission.m0k.org/ -- It is a slave port, the master is net-p2p/transmission. --- net-p2p/transmission-gtk2/Makefile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 net-p2p/transmission-gtk2/Makefile (limited to 'net-p2p/transmission-gtk2') diff --git a/net-p2p/transmission-gtk2/Makefile b/net-p2p/transmission-gtk2/Makefile new file mode 100644 index 000000000000..7133d112c3b5 --- /dev/null +++ b/net-p2p/transmission-gtk2/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: transmission-gtk2 +# Date created: 11 February 2006 +# Whom: Mezz +# +# $FreeBSD$ +# + +PORTREVISION= 0 +PKGNAMESUFFIX= -gtk2 + +COMMENT= A free BitTorrent client written from scratch in C with GTK+2 + +MASTERDIR= ${.CURDIR}/../transmission + +USE_GNOME= gtk20 +SLAVE_PORT= yes +USE_X_PREFIX= yes +CONFIGURE_ARGS= --prefix=${PREFIX} \ + --gettext-prefix=${LOCALBASE} + +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} + +PLIST_FILES= bin/transmission-gtk + +do-install: docsfiles + ${INSTALL_PROGRAM} ${WRKSRC}/gtk/transmission-gtk ${PREFIX}/bin/ + +.include "${MASTERDIR}/Makefile" -- cgit v1.2.3