04cd0338f6
PR: 248326 Submitted by: ondra@bimovi.cz
21 lines
454 B
Makefile
21 lines
454 B
Makefile
# $FreeBSD$
|
|
|
|
PKGNAMESUFFIX= -gtk
|
|
PORTREVISION= 3
|
|
|
|
LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \
|
|
libnotify.so:devel/libnotify
|
|
RUN_DEPENDS= xdg-open:devel/xdg-utils
|
|
|
|
USES= desktop-file-utils gnome ssl
|
|
NLS_USES= gettext-tools:build
|
|
USE_GNOME= cairo gdkpixbuf2 gtk30 intlhack pango
|
|
INSTALL_ICONS= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../transmission-cli
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
SLAVEPORT= gtk
|
|
|
|
.include "${MASTERDIR}/Makefile"
|