freebsd-ports/comms/flrig/Makefile
Diane Bruce bf9a7946d7 - Removed unnecessary diff
=Version 1.3.15=

2013-12-02  David Freese  <w1hkj@w1hkj.com>

        3422195: 64 bit void pointer
        fa317c3: tty search
        7732b22: TT566
        6964cb6: TS590S/TS990S/TS2000 controls
        5b340a9: FTdx1200
        e199a62: Send cmd debug
        718f46f: TS-990
        05898d5: Sliders
        c13a20e: Notch controls
        86f1d0b: 7600 split
        9f08704: Restore debug

PR:		ports/188537
Submitted by:	maintainer
2014-04-12 23:43:51 +00:00

30 lines
773 B
Makefile

# Created by: Stephen Hurd <shurd@sasktel.net>
# $FreeBSD$
PORTNAME= flrig
PORTVERSION= 1.3.15
CATEGORIES= comms hamradio
MASTER_SITES= http://www.w1hkj.com/downloads/flrig/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= db
MAINTAINER= shurd@sasktel.net
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>