ports/comms/flrig/Makefile
Älven c1c443ac3f
comms/flrig: Update 2.0.08 => 2.0.09
Changelogs:
* https://www.w1hkj.org/files/flrig/readme.txt

Approved by:		hamradio@ (alven@, yuri@)
Approved by:		yuri@ (Mentor)
Differential Revision:	https://reviews.freebsd.org/D52955
2025-10-08 15:04:14 +04:00

29 lines
719 B
Makefile

PORTNAME= flrig
DISTVERSION= 2.0.09
CATEGORIES= comms hamradio
MASTER_SITES= SF/fldigi/${PORTNAME}
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Ham Radio rig control program, cooperates with fldigi
WWW= https://www.w1hkj.org/flrig-help/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
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
.include <bsd.port.mk>