forked from Lainports/freebsd-ports
23 lines
463 B
Makefile
23 lines
463 B
Makefile
# 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
|
|
MASTER_SITES= http://download.berlios.de/klog/
|
|
|
|
MAINTAINER= az@FreeBSD.org
|
|
COMMENT= ADIF compatible logging application
|
|
|
|
LIB_DEPENDS= hamlib:${PORTSDIR}/comms/hamlib
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= yes
|
|
USE_KDELIBS_VER=3
|
|
|
|
.include <bsd.port.mk>
|