blob: 16203e747c398ee52427ad2741b53e57fee68066 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# ports collection makefile for: tlf
# Date created: 10 July 2004
# Whom: db
#
# $FreeBSD$
#
PORTNAME= tlf
PORTVERSION= 0.9.30
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@db.net
COMMENT= Amateur Radio curses based logging program
GNU_CONFIGURE= yes
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
MAN1= tlf.1
.include <bsd.port.mk>
|