mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
b1a1d38bf9
From now on, ports that depend on Qt4 will have to set USES= qt:4 USE_QT= foo bar ports depending on Qt5 will use USES= qt:5 USE_QT= foo bar PR: 229225 Exp-run by: antoine Reviewed by: mat Approved by: portmgr (antoine) Differential Revision: →https://reviews.freebsd.org/D15540
25 lines
507 B
Makefile
25 lines
507 B
Makefile
# Created by: shurd
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qtel
|
|
PORTREVISION= 1
|
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
|
COMMENT= Qtel Echolink client
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
|
|
|
|
LIB_DEPENDS= libecholib.so:comms/svxlink \
|
|
libgsm.so:audio/gsm
|
|
|
|
MASTERDIR= ${.CURDIR}/../svxlink
|
|
USES= qt:4
|
|
USE_QT= corelib gui network qmake_build linguist_build moc_build rcc_build uic_build
|
|
PKGDIR= ${.CURDIR}
|
|
CMAKE_ARGS+= -DUSE_QT:BOOL=YES \
|
|
-DQT_ONLY:BOOL=YES
|
|
USE_GNOME= libsigc++20
|
|
|
|
.include "${MASTERDIR}/Makefile"
|