mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
fd22400b4e
While here, pet portlint and modernize. Approved by: portmgr (tier-2 blanket)
35 lines
839 B
Makefile
35 lines
839 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= airspy
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.0.9-18
|
|
DISTVERSIONSUFFIX= -gbfb6670
|
|
PORTREVISION= 1
|
|
CATEGORIES= comms hamradio
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= AirSpy's usemode driver and associated tools
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/airspy-tools/LICENSE.md
|
|
|
|
BROKEN_FreeBSD_10= error: use of undeclared identifier '__m128'
|
|
BROKEN_aarch64= fails to compile: invalid conversion between vector type '__m64' and integer type 'int'
|
|
|
|
USES= cmake:outsource pkgconfig
|
|
USE_GITHUB= yes
|
|
GH_PROJECT= airspyone_host
|
|
USE_LDCONFIG= yes
|
|
|
|
CMAKE_OFF= INSTALL_UDEV_RULES
|
|
CMAKE_ARGS= -DLIBUSB_LIBRARIES="/usr/lib/libusb.so"
|
|
|
|
OPTIONS_DEFINE_amd64= SIMD
|
|
OPTIONS_DEFINE_i386= SIMD
|
|
OPTIONS_DEFAULT_amd64= SIMD
|
|
OPTIONS_DEFAULT_i386= SIMD
|
|
|
|
SIMD_CFLAGS= -DFREEBSD_USE_SIMD -msse -msse2 -mfpmath=sse -mmmx
|
|
|
|
.include <bsd.port.mk>
|