2014-06-18 22:18:11 +02:00
|
|
|
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
2014-04-12 01:57:16 +02:00
|
|
|
|
|
|
|
PORTNAME= flrig
|
2021-02-04 16:38:16 +01:00
|
|
|
PORTVERSION= 1.3.54
|
2014-04-12 01:57:16 +02:00
|
|
|
CATEGORIES= comms hamradio
|
2017-01-08 01:57:51 +01:00
|
|
|
MASTER_SITES= SF/fldigi/${PORTNAME}
|
2014-04-12 01:57:16 +02:00
|
|
|
|
2014-10-18 01:05:11 +02:00
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
2014-04-12 01:57:16 +02:00
|
|
|
COMMENT= Ham Radio rig control program, cooperates with fldigi
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2019-08-07 18:49:18 +02:00
|
|
|
LIB_DEPENDS= libpng.so:graphics/png \
|
2019-08-06 16:14:56 +02:00
|
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
|
|
libfltk.so:x11-toolkits/fltk
|
2014-04-12 01:57:16 +02:00
|
|
|
|
2019-11-04 22:36:13 +01:00
|
|
|
USES= gmake jpeg xorg
|
2019-08-06 16:14:56 +02:00
|
|
|
USE_XORG= x11 xrender xcursor xfixes xext xft xinerama
|
2018-12-05 01:14:06 +01:00
|
|
|
|
2014-04-12 01:57:16 +02:00
|
|
|
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
|
|
|
|
|
2014-04-13 01:43:51 +02:00
|
|
|
NATIVE_OPT_CONFIGURE_ON+= --enable-optimizations=native
|
|
|
|
NATIVE_OPT_CONFIGURE_OFF+= --enable-optimizations=none
|
2014-04-12 01:57:16 +02:00
|
|
|
|
2019-12-07 18:52:59 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
2019-05-10 13:16:15 +02:00
|
|
|
|
2019-12-07 18:52:59 +01:00
|
|
|
.if defined(PPC_ABI) && ${PPC_ABI} == ELFv1
|
|
|
|
CFLAGS+= -mminimal-toc
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|