summaryrefslogtreecommitdiff
path: root/net/transmission/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2013-03-02 19:33:29 +0000
committerwiz <wiz>2013-03-02 19:33:29 +0000
commit6c3092a40abca0c7dda9b41c0e8a680ef46bc20c (patch)
treedc5655d486f7a938f1a7db0d6a2e6df7af3e9c33 /net/transmission/Makefile
parentb4a79dae94af156f5914e7ebfe5d921ae95d41db (diff)
downloadpkgsrc-6c3092a40abca0c7dda9b41c0e8a680ef46bc20c.tar.gz
Re-import transmission-2.76nb1 as net/transmission.
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 (CLI/GTK2+ interface) and BeOS (native interface).
Diffstat (limited to 'net/transmission/Makefile')
-rw-r--r--net/transmission/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/transmission/Makefile b/net/transmission/Makefile
new file mode 100644
index 00000000000..21444a3766d
--- /dev/null
+++ b/net/transmission/Makefile
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2013/03/02 19:33:29 wiz Exp $
+
+PKGREVISION= 1
+
+CONFLICTS+= Transmission-[0-9]*
+
+pre-configure:
+ touch ${WRKSRC}/po/Makefile
+
+CONFIGURE_ARGS+= --without-gtk
+
+.include "../../net/transmission/Makefile.common"
+.include "../../mk/bsd.pkg.mk"