mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
20 lines
441 B
Makefile
20 lines
441 B
Makefile
PKGNAMESUFFIX= -gtk
|
|
PORTREVISION= 4
|
|
|
|
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"
|