1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/comms/flrig/Makefile
Diane Bruce d924587149 =Version 1.3.53=
2020-12-01  David Freese  <w1hkj@bellsouth.net>

	99b40176: xmlrpc server
	76ca5673: OpenBSD

2020-11-21  Morgan Jones  <me@numin.it>

	da1eec99: Xiegu G90 etal

2020-11-16  Mike Keitz  <keitz24@gmail.com>

	c4e7d190: FT757GX2

2020-11-12  David Freese  <w1hkj@bellsouth.net>

	d20b35fe: Cmd Buttons
	9f5e7549: FTdx101D
	b0dc76d6: IC705
	9d7f7625: FT450D
	2090f632: commands
	43aa3ebf: Extras dialog
	8775b15d: FT-991/A

2020-10-30  Richard Shaw  <hobbes1069@gmail.com>

	9107974c: Remove superfluous ceil call in get_rf_gain() as the cast to int truncates it anyway.
	4c10a73d: FT450D / TS-480SAT

2020-10-30  David Freese  <w1hkj@bellsouth.net>

	f14bc01b: CPU optimization
	ccba8018: Font Browser

=Version 1.3.52=

	066021b0: Documentation Update
	9d812b37: FT450/D
	4fe02df2: FT991A
	9b35358f: 24 user buttons
	c735fb25: fonts
	38075780: Xiegu G90
	e95333b9: i7
	181cc873: IC-705
	547a2735: Memory Bank
	3c2ee3ae: Memory leaks

2020-10-05  Mike Phipps  <qrz@k8wu.me>

	ed679695: FT736R

2020-10-03  David Freese  <w1hkj@bellsouth.net>

	3b0406bc: UI wide resize
	7d86b0f5: Extras Dialog
	c046bd5f: gpio PTT
	11a01f27: Memory UI
	2b469582: FreqControl Update
	4bef465c: meter image

2020-09-02  Tim Seed  <a45wg@sy-edm.com>

	5c31b379: IC7000

2020-07-12  David Freese  <w1hkj@bellsouth.net>

	37918b04: regex lib
	7f6c96aa: clockid_t
	63b1e96d: PTT polling
	bf1889ea: FT891
2020-12-03 23:40:16 +00:00

39 lines
943 B
Makefile

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