mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
8c81c2f32e
Update to 1.24 =Version 1.2.4= 2016-05-16 David Freese <iam_w1hkj@w1hkj.com> e6fc6a5: Cabrillo Report f4bccc0: Contest fields =Version 1.2.3= c16c3a4: Vertical Scrollbar =Version 1.2.2= a3be952: Resizable dialog =Version 1.2.1= 1b3f80a: MXE update 2015-06-08 Kamal Mostafa <kamal@whence.com> f453b69: BUILD_{DATE,USER,HOST}
32 lines
674 B
Makefile
32 lines
674 B
Makefile
# Created by: Stephen Hurd <shurd@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fllog
|
|
PORTVERSION= 1.2.4
|
|
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>
|