2006-02-11 19:12:45 +01:00
|
|
|
# New ports collection makefile for: transmission-gtk2
|
|
|
|
# Date created: 11 February 2006
|
|
|
|
# Whom: Mezz <mezz@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PKGNAMESUFFIX= -gtk2
|
|
|
|
|
2011-07-27 23:16:53 +02:00
|
|
|
MAINTAINER= crees@FreeBSD.org
|
2008-08-07 03:54:47 +02:00
|
|
|
COMMENT= A fast and lightweight GTK+2 BitTorrent client
|
2006-02-11 19:12:45 +01:00
|
|
|
|
2008-08-07 03:54:47 +02:00
|
|
|
LIB_DEPENDS= ${GEN_LIB_DEPENDS} \
|
2011-08-23 20:39:19 +02:00
|
|
|
notify.4:${PORTSDIR}/devel/libnotify \
|
2008-05-10 00:39:29 +02:00
|
|
|
dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
|
2008-08-07 03:54:47 +02:00
|
|
|
RUN_DEPENDS= ${GEN_RUN_DEPENDS} \
|
|
|
|
xdg-open:${PORTSDIR}/devel/xdg-utils
|
2008-03-30 18:42:30 +02:00
|
|
|
|
2008-08-07 03:54:47 +02:00
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
MASTERDIR= ${.CURDIR}/../transmission-cli
|
2006-06-25 06:10:38 +02:00
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
2008-11-10 19:16:29 +01:00
|
|
|
SLAVEPORT= gtk2
|
2006-02-11 19:12:45 +01:00
|
|
|
|
2011-08-11 21:20:17 +02:00
|
|
|
USE_GNOME= gnomehack gtk20 desktopfileutils intlhack
|
2008-08-07 03:54:47 +02:00
|
|
|
USE_GETTEXT= yes
|
2008-02-09 06:54:57 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2006-02-11 19:12:45 +01:00
|
|
|
|
2009-06-19 19:07:26 +02:00
|
|
|
EXTRA_CONF_ARGS=--disable-cli \
|
|
|
|
--disable-daemon \
|
2011-12-11 13:26:57 +01:00
|
|
|
--with-gtk \
|
|
|
|
--enable-inotify \
|
2009-06-19 19:07:26 +02:00
|
|
|
--disable-mac \
|
|
|
|
--enable-nls
|
|
|
|
|
2010-11-17 13:41:58 +01:00
|
|
|
MAN1= transmission-gtk.1
|
2006-02-11 19:12:45 +01:00
|
|
|
|
2006-06-25 06:10:38 +02:00
|
|
|
post-patch: general-patch
|
2007-04-23 23:18:01 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|TryExec=.*||g ; /^$$/d' \
|
2010-11-17 13:41:58 +01:00
|
|
|
${WRKSRC}/gtk/transmission-gtk.desktop.in
|
2007-04-23 23:18:01 +02:00
|
|
|
|
|
|
|
post-install: general-install
|
|
|
|
@-update-desktop-database
|
2006-02-11 19:12:45 +01:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|