blob: 05b8f2324ce57d4363e609a4aa0fa982a77011ce (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: klog
# Date created: 2004-07-05
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
#
# $FreeBSD$
PORTNAME= klog
PORTVERSION= 0.3.2
PORTREVISION= 1
CATEGORIES= comms hamradio
MASTER_SITES= http://download.berlios.de/klog/
MAINTAINER= az@FreeBSD.org
COMMENT= ADIF compatible logging application
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib
USE_AUTOTOOLS= libtool:15
USE_GMAKE= yes
USE_KDELIBS_VER=3
.include <bsd.port.mk>
|