db48d53ccc
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.
28 lines
629 B
Makefile
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"
|