freebsd-ports/net-p2p/transmission-gtk2/Makefile
Jeremy Messenger db48d53ccc 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.
2006-02-11 18:12:45 +00:00

28 lines
629 B
Makefile

# New ports collection makefile for: transmission-gtk2
# Date created: 11 February 2006
# Whom: Mezz <mezz@FreeBSD.org>
#
# $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"