1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/comms/qtel/Makefile
2016-03-10 15:42:14 +00:00

21 lines
426 B
Makefile

# Created by: shurd
# $FreeBSD$
PORTNAME= qtel
PORTREVISION= 1
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"