mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
7f4572eae4
With hat: portmgr Sponsored by: Absolight
21 lines
414 B
Makefile
21 lines
414 B
Makefile
# Created by: shurd
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qtel
|
|
PORTREVISION= 1
|
|
|
|
MAINTAINER= hamradio@freebsd.org
|
|
COMMENT= Qtel Echolink client
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libecholib.so: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"
|