1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/comms/flrig/Makefile
Diane Bruce 3d6686921b Version 1.3.35
FTdX5000 mods
    * fix scaling of power out and swr meters

  mingw-mods
    * modifications to allow building on Windows MinGW/Msys

  xml inhibit
    * inhibit both client and server xml i/o until transceiver fully initialized
2017-09-27 11:38:15 +00:00

29 lines
700 B
Makefile

# Created by: Stephen Hurd <shurd@FreeBSD.org>
# $FreeBSD$
PORTNAME= flrig
PORTVERSION= 1.3.35
CATEGORIES= comms hamradio
MASTER_SITES= SF/fldigi/${PORTNAME}
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Ham Radio rig control program, cooperates with fldigi
LICENSE= GPLv2
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
USES= gmake
GNU_CONFIGURE= yes
CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config"
PLIST_FILES= bin/flrig share/applications/flrig.desktop \
share/pixmaps/flrig.xpm
OPTIONS_DEFINE= NATIVE_OPT
NATIVE_OPT_DESC= Enable Native Optimizations
NATIVE_OPT_CONFIGURE_ON+= --enable-optimizations=native
NATIVE_OPT_CONFIGURE_OFF+= --enable-optimizations=none
.include <bsd.port.mk>