1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/net-p2p/transmission-qt/Makefile
Alexandre C. Guimarães 1f085167fc net-p2p/transmission: Bring all variants to the latest changes.
- this is supposedly to be the actual 3.00 release

Reported by:	lev
2020-05-24 16:33:00 +00:00

22 lines
462 B
Makefile

# $FreeBSD$
PKGNAMESUFFIX= -qt
PORTREVISION= 1
LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2
USES= compiler:c++11-lang qt:5
NLS_USES= gettext-runtime:run qt:5
USE_QT= buildtools_build linguisttools_build qmake_build \
core dbus gui network widgets
CMAKE_ON= USE_QT
MASTERDIR= ${.CURDIR}/../transmission-cli
DESCR= ${.CURDIR}/pkg-descr
PLIST= ${.CURDIR}/pkg-plist
SLAVEPORT= qt
.include "${MASTERDIR}/Makefile"