mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
1f085167fc
- this is supposedly to be the actual 3.00 release Reported by: lev
22 lines
462 B
Makefile
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"
|