0111b42b16
1da63faa4f
PR: 203768
Reported by: many
Obtained from: upstream
MFH: 2015Q4
X-MFH-With: r399209
35 lines
799 B
Makefile
35 lines
799 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -gtk
|
|
PORTREVISION= 5
|
|
|
|
MAINTAINER= crees@FreeBSD.org
|
|
COMMENT= Fast and lightweight GTK+3 BitTorrent client
|
|
|
|
LIB_DEPENDS= ${GEN_LIB_DEPENDS} \
|
|
libnotify.so:${PORTSDIR}/devel/libnotify \
|
|
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
|
|
|
RUN_DEPENDS= ${GEN_RUN_DEPENDS} \
|
|
xdg-open:${PORTSDIR}/devel/xdg-utils
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
MASTERDIR= ${.CURDIR}/../transmission-cli
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
SLAVEPORT= gtk
|
|
|
|
USE_GNOME= gtk30 intlhack
|
|
USES= gettext pathfix desktop-file-utils
|
|
INSTALLS_ICONS= yes
|
|
|
|
EXTRA_CONF_ARGS=--disable-cli \
|
|
--disable-daemon \
|
|
--with-gtk \
|
|
--disable-mac \
|
|
--enable-nls
|
|
|
|
post-patch: general-patch
|
|
@${REINPLACE_CMD} -e 's|TryExec=.*||g ; /^$$/d' \
|
|
${WRKSRC}/gtk/transmission-gtk.desktop.in
|
|
|
|
.include "${MASTERDIR}/Makefile"
|