removes two obsolete patches =Version 1.2.5= 2018-01-13 David Freese <w1hkj@bellsouth.net> 3cbfc7c: status log f2a3c28: db update 2019450: Native File Chooser 1756254: xmlrpc update 4cfb5cf: win mingw 3992e49: flxmlrpc config 2016-07-10 Kamal Mostafa <kamal@whence.com> 21f9d43: fix XmlRpc tm_mday comparison typo 2016-07-04 Robert Cunnings <nw8l@whitemesa.com> 41f12d1: mxe update
32 lines
674 B
Makefile
32 lines
674 B
Makefile
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fllog
|
|
PORTVERSION= 1.2.5
|
|
CATEGORIES= comms hamradio
|
|
MASTER_SITES= SF/fldigi/${PORTNAME}
|
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
|
COMMENT= Ham Radio logging program
|
|
|
|
LICENSE= GPLv2
|
|
|
|
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
|
|
|
|
USES= gmake
|
|
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>
|