comms/flrig: No hid support on FreeBSD 12
Can't build on FreeBSD 12 due to no hid support.
This commit is contained in:
parent
698f6c34b0
commit
04c9b0ef4f
1 changed files with 10 additions and 6 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= flrig
|
PORTNAME= flrig
|
||||||
PORTVERSION= 2.0.04
|
PORTVERSION= 2.0.04
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= comms hamradio
|
CATEGORIES= comms hamradio
|
||||||
MASTER_SITES= SF/fldigi/${PORTNAME} \
|
MASTER_SITES= SF/fldigi/${PORTNAME} \
|
||||||
http://www.w1hkj.com/files/fldigi/
|
http://www.w1hkj.com/files/fldigi/
|
||||||
|
@ -8,20 +9,23 @@ MAINTAINER= hamradio@FreeBSD.org
|
||||||
COMMENT= Ham Radio rig control program, cooperates with fldigi
|
COMMENT= Ham Radio rig control program, cooperates with fldigi
|
||||||
WWW= http://www.w1hkj.com/flrig-help/index.html
|
WWW= http://www.w1hkj.com/flrig-help/index.html
|
||||||
|
|
||||||
|
IGNORE_FreeBSD_12= no hid support
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
|
||||||
LIB_DEPENDS= libpng.so:graphics/png \
|
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
|
||||||
libfontconfig.so:x11-fonts/fontconfig \
|
libfontconfig.so:x11-fonts/fontconfig \
|
||||||
libfltk.so:x11-toolkits/fltk \
|
libpng.so:graphics/png \
|
||||||
libudev.so:devel/libudev-devd
|
libudev.so:devel/libudev-devd
|
||||||
|
|
||||||
USES= gmake jpeg xorg desktop-file-utils
|
USES= desktop-file-utils gmake jpeg xorg
|
||||||
USE_XORG= x11 xrender xcursor xfixes xext xft xinerama
|
USE_XORG= x11 xcursor xext xfixes xft xinerama xrender
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config"
|
CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config"
|
||||||
PLIST_FILES= bin/flrig share/applications/flrig.desktop \
|
PLIST_FILES= bin/flrig \
|
||||||
share/pixmaps/flrig.xpm
|
share/applications/flrig.desktop \
|
||||||
|
share/pixmaps/flrig.xpm
|
||||||
OPTIONS_DEFINE= NATIVE
|
OPTIONS_DEFINE= NATIVE
|
||||||
|
|
||||||
NATIVE_CONFIGURE_ON+= --enable-optimizations=native
|
NATIVE_CONFIGURE_ON+= --enable-optimizations=native
|
||||||
|
|
Loading…
Reference in a new issue