- removed unneeded patch
2023-10-17 dave-w1hkj <w1hkj@bellsouth.net>
2ec800e: FLTK-1.4.x
7692738: Version 1.2.8
ce03880: Main Window Icon
0a6bdaf: colors fonts
2022-06-05 Kenji Rikitake <kenji.rikitake@acm.org>
8ddb9fd: Add Submode support
2022-02-19 dave-w1hkj <w1hkj@bellsouth.net>
cd8de05: namespace std
d588186: Version 1.2.7
2bb5aaf: XmlRpc Client ID
c670ef1: openSUSE Tumbleweed
4177fd2: FD fields
31 lines
720 B
Makefile
31 lines
720 B
Makefile
PORTNAME= fllog
|
|
PORTVERSION= 1.2.8
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= SF/fldigi/${PORTNAME} \
|
|
http://www.w1hkj.com/files/fllog/
|
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
|
COMMENT= Ham Radio logging program
|
|
WWW= http://www.w1hkj.com/fllog-help/index.html
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
|
|
|
|
USES= gmake desktop-file-utils
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= FLTK_CONFIG="${LOCALBASE}/bin/fltk-config"
|
|
|
|
OPTIONS_DEFINE= NATIVE_OPT
|
|
|
|
NATIVE_OPT_DESC= Enable Native Optimizations
|
|
|
|
PLIST_FILES= bin/fllog \
|
|
share/applications/fllog.desktop \
|
|
share/pixmaps/fllog.xpm
|
|
|
|
NATIVE_OPT_CONFIGURE_ON= --enable-optimizations=native
|
|
NATIVE_OPT_CONFIGURE_OFF= --enable-optimizations=none
|
|
|
|
.include <bsd.port.mk>
|