aboutsummaryrefslogtreecommitdiff
path: root/comms/klog/Makefile
blob: b0492bc88f00db46b2da285214933cfcd775aceb (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
31
32
33
34
# New ports collection makefile for:	klog
# Date created:		2004-07-05
# Whom:			Matt Dawson <matt@mattsnetwork.co.uk>
#
# $FreeBSD$

PORTNAME=	klog
PORTVERSION=	0.4.2
PORTREVISION=	5
CATEGORIES=	comms hamradio
MASTER_SITES=	BERLIOS

MAINTAINER=	hamradio@FreeBSD.org
COMMENT=	A ham radio logging application for KDE

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

USE_KDELIBS_VER=	3
USE_GMAKE=	yes
USE_AUTOTOOLS=	autoconf:267:env automake:19:env libtool:22:env
GNU_CONFIGURE=	yes
INSTALLS_ICONS=	yes

post-extract:
	@${RM} -f ${WRKSRC}/po/gl.po

pre-configure:
	@cd ${WRKSRC} \
		&& ${RM} -f admin/libtool.m4.in admin/ltmain.sh \
		&& ${CP} -f ${LIBTOOL_M4} admin/libtool.m4.in \
		&& ${CP} -f ${LTMAIN} admin/ltmain.sh \
		&& ${SETENV} ${MAKE_ENV} ${GMAKE} -f admin/Makefile.common

.include <bsd.port.mk>