1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/comms/tlf/Makefile
Mark Linimon 48420a5ebd Switch autoconf dependencies from 2.53 or 2.59 to 2.61.
PR:		ports/116639
Submitted by:	aDe
2007-09-30 04:47:36 +00:00

38 lines
838 B
Makefile

# ports collection makefile for: tlf
# Date created: 10 July 2004
# Whom: db
#
# $FreeBSD$
#
PORTNAME= tlf
PORTVERSION= 0.9.30
PORTREVISION= 2
CATEGORIES= comms hamradio
MASTER_SITES= http://www.wwns.com/tlf/ \
http://sharon.esrac.ele.tue.nl/pub/linux/ham/tlf/
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= db@FreeBSD.org
COMMENT= Amateur Radio curses based logging program
USE_AUTOTOOLS= autoconf:261 libtool:15 aclocal:19 automake:19
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib"
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
OPTIONS= HAMLIB "Use hamlib" ON
MAN1= tlf.1
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_HAMLIB)
LIB_DEPENDS+= hamlib:${PORTSDIR}/comms/hamlib
CONFIGURE_ARGS+= --enable-hamlib
.else
CONFIGURE_ARGS+= --disable-hamlib
.endif
.include <bsd.port.post.mk>