1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/comms/qtel/Makefile
Tobias Kortkamp ae22a7846a
*: Clean up some things
- 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
2021-10-12 17:01:38 +02:00

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"