mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
ae22a7846a
- Fix typos - Fix overwritten variables with focus on master/slave ports - Remove unreferenced variables - Sort categories - Remove redundant option descriptions - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
22 lines
431 B
Makefile
22 lines
431 B
Makefile
# Created by: shurd
|
|
|
|
PORTNAME= qtel
|
|
|
|
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:5 gnome
|
|
USE_QT= buildtools core gui linguisttools network qmake widgets
|
|
USE_GNOME= libsigc++20
|
|
PKGDIR= ${.CURDIR}
|
|
CMAKE_ARGS+= -DUSE_QT:BOOL=YES \
|
|
-DQT_ONLY:BOOL=YES
|
|
|
|
.include "${MASTERDIR}/Makefile"
|