1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/comms/klog/Makefile
2010-12-04 07:34:27 +00:00

35 lines
797 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.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:env automake:env libtool: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>