freebsd-ports/net-p2p/transmission-gtk/Makefile
Alexandre C. Guimarães 04cd0338f6 net-p2p/transmission-*: build without debug symbols.
PR:		248326
Submitted by:	ondra@bimovi.cz
2020-07-31 00:52:40 +00:00

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"