mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
a6560981d4
2019-10-28 Thomas Beierlein <tomjbe@gentoo.org> * NEWS, ToDo: Update NEWS and ToDo files 2019-09-30 Thomas Beierlein <tomjbe@gentoo.org> * src/fldigixmlrpc.c, src/gettxinfo.c, src/globalvars.h, src/main.c, test/data.c: Fix definition of 'rigmode' variable Newest version of hamlib has an extended range of modei definitions and therefore defined it as UInt64. That conflicts with the former definition of 'rigmode' as 32 bit int. Reported by: portscout
38 lines
893 B
Makefile
38 lines
893 B
Makefile
# Created by: db
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tlf
|
|
PORTVERSION= 1.4.1
|
|
DISTVERSIONPREFIX= ${PORTNAME}-
|
|
CATEGORIES= comms hamradio
|
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
|
COMMENT= Amateur Radio curses based logging program
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libargp.so:devel/argp-standalone
|
|
RUN_DEPENDS= rec:audio/sox \
|
|
wget:ftp/wget
|
|
|
|
USES= autoreconf gnome ncurses pkgconfig
|
|
USE_GITHUB= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= PANEL_LIB=-lpanel
|
|
USE_GNOME= glib20
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -largp" \
|
|
CPPFLAGS=-I${LOCALBASE}/include
|
|
|
|
OPTIONS_SUB= yes
|
|
OPTIONS_DEFINE= HAMLIB FLDIGI DOCS
|
|
HAMLIB_DESC= Support rig control via hamlib
|
|
FLDIGI_DESC= Support fldigi XML-RPC integration
|
|
OPTIONS_DEFAULT=HAMLIB FLDIGI
|
|
|
|
HAMLIB_LIB_DEPENDS= libhamlib.so:comms/hamlib
|
|
HAMLIB_CONFIGURE_ENABLE=hamlib
|
|
FLDIGI_LIB_DEPENDS= libxmlrpc.so:net/xmlrpc-c
|
|
FLDIGI_CONFIGURE_ENABLE=fldigi-xmlrpc
|
|
|
|
.include <bsd.port.mk>
|