Files
ports/comms/fllog/Makefile
T
Älven 81e5eb4a74 comms/fllog: Update 1.2.8 => 1.2.9
Changelogs:
* https://sourceforge.net/p/fldigi/fllog/ci/v1.2.9/tree/ChangeLog

* Use https:// for WWW
* WWW works even without index.html at the end
* All references to www.w1hkj.com changed to www.w1hkj.org
* Add LICENSE_FILE
* Specify missing LIB_DEPENDS and USES (by poudriere(1) QA-stage)
* Use standard option name for NATIVE from Mk/bsd.options.desc.mk
* Pet portclippy(1) and portfmt(1)
* The option NATIVE removed.
  In FreeBSD port's native build can be turned on for users
  by adding CPUTYPE=native into /etc/make.conf
  This would get into the build through CFLAGS and CXXFLAGS.

Approved by:		hamradio@ (alven@, yuri@)
Approved by:		yuri@ (Mentor)
Differential Revision:	https://reviews.freebsd.org/D53581
2025-11-06 03:23:42 +04:00

28 lines
658 B
Makefile

PORTNAME= fllog
DISTVERSION= 1.2.9
CATEGORIES= comms hamradio
MASTER_SITES= SF/fldigi/${PORTNAME}
MAINTAINER= hamradio@FreeBSD.org
COMMENT= Ham Radio logging program
WWW= https://www.w1hkj.org/fllog-help/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk \
libfontconfig.so:x11-fonts/fontconfig \
libpng16.so:graphics/png
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/fllog \
share/applications/fllog.desktop \
share/pixmaps/fllog.xpm
.include <bsd.port.mk>