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
|
|
|
|
PORTVERSION= 0.2.8
|
2005-03-12 11:54:27 +01:00
|
|
|
PORTREVISION= 1
|
2004-07-25 15:25:44 +02:00
|
|
|
CATEGORIES= comms
|
|
|
|
MASTER_SITES= http://download.berlios.de/klog/
|
|
|
|
|
2005-09-16 09:05:23 +02:00
|
|
|
MAINTAINER= az@inec.ru
|
2004-07-25 15:25:44 +02:00
|
|
|
COMMENT= ADIF compatible logging application
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2004-09-18 20:47:46 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 502126
|
2005-09-15 22:48:10 +02:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name "*.cpp" -and -not -name "main.cpp"| \
|
|
|
|
${XARGS} ${REINPLACE_CMD} -e "s|^};|}|;s|{};|{}|;s|;};|;}|g"
|
2004-09-18 20:47:46 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|