freebsd-ports/comms/qtel/Makefile
Stephen Hurd ee249a75ee Ressurect comms/qtel as a slave port of comms/svxlink
QTel is an open-source echolink client using Qt.

This allows a pkg of svxlink to not require Qt, but sill allows QTel to be
installed via pkg.
2015-01-07 12:16:26 +00:00

19 lines
410 B
Makefile

# Created by: shurd
# $FreeBSD$
PORTNAME= qtel
MAINTAINER= hamradio@freebsd.org
COMMENT= Qtel Echolink client
LICENSE= GPLv2
LIB_DEPENDS= libecholib.so:${PORTSDIR}/comms/svxlink
MASTERDIR= ${.CURDIR}/../svxlink
USE_QT4= 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
.include "${MASTERDIR}/Makefile"