1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00
freebsd-ports/comms/tlf/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

40 lines
873 B
Makefile

# ports collection makefile for: tlf
# Date created: 10 July 2004
# Whom: db
#
# $FreeBSD$
#
PORTNAME= tlf
PORTVERSION= 0.9.31
PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= http://sharon.esrac.ele.tue.nl/pub/linux/ham/tlf/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= db
DISTNAME= tlf-0.9.31-2
MAINTAINER= db@FreeBSD.org
COMMENT= Amateur Radio curses based logging program
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_AUTOTOOLS= autoconf libtool aclocal automake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \
--libdir="${LOCALBASE}/lib"
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>