2014-06-18 22:18:11 +02:00
|
|
|
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
2014-04-12 17:32:01 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= fllog
|
2015-05-03 01:16:32 +02:00
|
|
|
PORTVERSION= 1.2.0
|
2014-04-12 17:32:01 +02:00
|
|
|
CATEGORIES= comms hamradio
|
|
|
|
MASTER_SITES= http://www.w1hkj.com/downloads/fllog/ \
|
2015-05-14 12:15:04 +02:00
|
|
|
LOCAL/shurd
|
2014-04-12 17:32:01 +02:00
|
|
|
|
2015-01-27 11:01:02 +01:00
|
|
|
MAINTAINER= hamradio@FreeBSD.org
|
2014-04-12 17:32:01 +02:00
|
|
|
COMMENT= Ham Radio logging program
|
|
|
|
|
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
LIB_DEPENDS= libfltk.so:x11-toolkits/fltk
|
2014-04-12 17:32:01 +02:00
|
|
|
|
|
|
|
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
|
|
|
|
|
2014-04-13 00:19:04 +02:00
|
|
|
NATIVE_OPT_CONFIGURE_ON= --enable-optimizations=native
|
|
|
|
NATIVE_OPT_CONFIGURE_OFF= --enable-optimizations=none
|
2014-04-12 17:32:01 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|