1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/comms/flrig/Makefile
2024-01-03 15:09:33 +01:00

32 lines
861 B
Makefile

PORTNAME= flrig
PORTVERSION= 2.0.05
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
LICENSE= GPLv2
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
libfontconfig.so:x11-fonts/fontconfig \
libpng.so:graphics/png \
libudev.so:devel/libudev-devd
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
OPTIONS_DEFINE= NATIVE
NATIVE_CONFIGURE_ON+= --enable-optimizations=native
NATIVE_CONFIGURE_OFF+= --enable-optimizations=none
.include <bsd.port.mk>