diff --git a/comms/flrig/Makefile b/comms/flrig/Makefile index 86103810d550..a18daee579f5 100644 --- a/comms/flrig/Makefile +++ b/comms/flrig/Makefile @@ -1,36 +1,40 @@ PORTNAME= flrig PORTVERSION= 2.0.04 +PORTREVISION= 1 CATEGORIES= comms hamradio MASTER_SITES= SF/fldigi/${PORTNAME} \ http://www.w1hkj.com/files/fldigi/ MAINTAINER= hamradio@FreeBSD.org COMMENT= Ham Radio rig control program, cooperates with fldigi WWW= http://www.w1hkj.com/flrig-help/index.html +IGNORE_FreeBSD_12= no hid support + LICENSE= GPLv2 -LIB_DEPENDS= libpng.so:graphics/png \ +LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \ libfontconfig.so:x11-fonts/fontconfig \ - libfltk.so:x11-toolkits/fltk \ + libpng.so:graphics/png \ libudev.so:devel/libudev-devd -USES= gmake jpeg xorg desktop-file-utils -USE_XORG= x11 xrender xcursor xfixes xext xft xinerama +USES= desktop-file-utils gmake jpeg xorg +USE_XORG= x11 xcursor xext xfixes xft xinerama xrender GNU_CONFIGURE= yes CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config" -PLIST_FILES= bin/flrig share/applications/flrig.desktop \ - share/pixmaps/flrig.xpm +PLIST_FILES= bin/flrig \ + share/applications/flrig.desktop \ + share/pixmaps/flrig.xpm OPTIONS_DEFINE= NATIVE NATIVE_CONFIGURE_ON+= --enable-optimizations=native NATIVE_CONFIGURE_OFF+= --enable-optimizations=none .include .if defined(PPC_ABI) && ${PPC_ABI} == ELFv1 CFLAGS+= -mminimal-toc .endif .include