freebsd-ports/comms/flrig/Makefile
Stephen Hurd 289c40ccdf - Update to 1.3.17
- Set Maintainer to hamradio@

From ChangeLog:
FT450D Notch, IC-9100 update, Power meter remote, Smeter remote,
touch panel, xml-fix, FT450D, Freq Control, IC 7410
2014-10-17 23:05:11 +00:00

30 lines
779 B
Makefile

# Created by: Stephen Hurd <shurd@FreeBSD.org>
# $FreeBSD$
PORTNAME= flrig
PORTVERSION= 1.3.17
CATEGORIES= comms hamradio
MASTER_SITES= http://www.w1hkj.com/downloads/flrig/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= shurd
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Ham Radio rig control program, cooperates with fldigi
LICENSE= GPLv2
LIB_DEPENDS= libfltk.so:${PORTSDIR}/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>