2004-07-25 15:25:44 +02:00
|
|
|
# New ports collection makefile for: klog
|
|
|
|
# Date created: 2004-07-05
|
|
|
|
# Whom: Matt Dawson <matt@mattsnetwork.co.uk>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= klog
|
2005-09-28 10:01:14 +02:00
|
|
|
PORTVERSION= 0.3.2
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 1
|
2004-07-25 15:25:44 +02:00
|
|
|
CATEGORIES= comms
|
|
|
|
MASTER_SITES= http://download.berlios.de/klog/
|
|
|
|
|
2005-10-03 14:55:25 +02:00
|
|
|
MAINTAINER= az@FreeBSD.org
|
2004-07-25 15:25:44 +02:00
|
|
|
COMMENT= ADIF compatible logging application
|
|
|
|
|
2005-09-28 10:01:14 +02:00
|
|
|
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib
|
|
|
|
|
2004-07-25 15:25:44 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
2005-09-15 22:48:10 +02:00
|
|
|
USE_REINPLACE= yes
|
2004-07-25 15:25:44 +02:00
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
|
2005-09-28 10:01:14 +02:00
|
|
|
.include <bsd.port.mk>
|