freebsd-ports/comms/flrig/Makefile
Diane Bruce 1132ca5499 Update to 1.3.39
=Version 1.3.39=

2018-02-08  David Freese  <w1hkj@bellsouth.net>

	fa86d2e: Memory delete
	93e5e53: IC706MKG
	cfc78d0: OS X build script
	3654db2: IC7850
	bb7ddc3: civ tests
	61f49f2: restore ab
	22b57eb: TT550
2018-02-10 23:28:00 +00:00

28 lines
701 B
Makefile

# Created by: Stephen Hurd <shurd@FreeBSD.org>
# $FreeBSD$
PORTNAME= flrig
PORTVERSION= 1.3.39
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>