aboutsummaryrefslogtreecommitdiffstats
path: root/comms/klog/Makefile
blob: b550494abbe6988836038bbf6394fc7bfab2cb11 (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
24
25
26
27
28
29
30
# New ports collection makefile for:    klog
# Date created:     2004-07-05
# Whom:         Matt Dawson <matt@mattsnetwork.co.uk>
#
# $FreeBSD$

PORTNAME=   klog
PORTVERSION=    0.3.3
PORTREVISION=   2
CATEGORIES= comms hamradio
MASTER_SITES=   ${MASTER_SITE_BERLIOS}
MASTER_SITE_SUBDIR= klog

MAINTAINER= ports@FreeBSD.org
COMMENT=    ADIF compatible logging application

LIB_DEPENDS=    hamlib:${PORTSDIR}/comms/hamlib

USE_AUTOTOOLS=  libtool:15
INSTALLS_ICONS= yes
USE_GMAKE=  yes
USE_KDELIBS_VER=3

DOCSDIR=share/doc/HTML

post-install:
    @${INSTALL_DATA}    ${WRKSRC}/src/klog.desktop \
         ${PREFIX}/share/applnk/Applications/klog.desktop

.include <bsd.port.mk>