1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/comms/qtel/Makefile
Diane Bruce e121a351ff Unbreak:
fix
  PR#451999
  portlint(1) compliant

add
  license_file

PR:		ports/223355
Submitted by:	takefu@airport.fm
2017-11-02 00:39:55 +00:00

24 lines
495 B
Makefile

# Created by: shurd
# $FreeBSD$
PORTNAME= qtel
PORTREVISION= 1
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Qtel Echolink client
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
LIB_DEPENDS= libecholib.so:comms/svxlink \
libgsm.so:audio/gsm
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
USE_GNOME= libsigc++20
.include "${MASTERDIR}/Makefile"