freebsd-ports/comms/tlf/Makefile
Pav Lucistnik 0b78f9d021 Add tlf, an amateur radio curses based logging program.
PR:		ports/69166
Submitted by:	Diane Bruce <db@heceta.db.net>
2004-11-12 21:51:28 +00:00

24 lines
460 B
Makefile

# ports collection makefile for: tlf
# Date created: 10 July 2004
# Whom: db
#
# $FreeBSD$
#
PORTNAME= tlf
PORTVERSION= 0.9.19
CATEGORIES= comms
MASTER_SITES= http://www.wwns.com/tlf/ \
http://sharon.esrac.ele.tue.nl/pub/linux/ham/tlf/
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= db@db.net
COMMENT= Amateur Radio curses based logging program
USE_REINPLACE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
MAN1= tlf.1
.include <bsd.port.mk>