mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
36 lines
848 B
Makefile
36 lines
848 B
Makefile
# Created by: db
|
|
|
|
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
|
|
USE_GNOME= glib20
|
|
GNU_CONFIGURE= yes
|
|
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>
|