forked from Lainports/freebsd-ports
2021-02-03 David Freese <w1hkj@bellsouth.net> eb8160e3: PowerSDR 8b81927c: TS2000 c892e431: hcomm INVALID HANDLE VALUE 30868e5f: External close command e59e9b72: Check PTT d727697f: xmlrpc server cbc11b5a: IC7300 3b7c12bb: FT817ND 970c43f8: FT847 cc1d1faa: macOS serial ports ea2e4e8f: BigSur serial ports 290c27e6: Break-in 26451e33: Bands d5c96cb3: IC7300 power table b9030b31: Autostart eaeb7212: Pmax f197ce68: IC7100 auto ON/OFF 6379d97f: Trace/Debug 690e74bd: FT736R update 9529d8b7: xmlrpcpp tracing f3e06222: TOD clock 9bb871cb: Icom sliders
38 lines
943 B
Makefile
38 lines
943 B
Makefile
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= flrig
|
|
PORTVERSION= 1.3.54
|
|
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= libpng.so:graphics/png \
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
libfltk.so:x11-toolkits/fltk
|
|
|
|
USES= gmake jpeg xorg
|
|
USE_XORG= x11 xrender xcursor xfixes xext xft xinerama
|
|
|
|
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.pre.mk>
|
|
|
|
.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1
|
|
CFLAGS+= -mminimal-toc
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|