summaryrefslogtreecommitdiff
path: root/sysutils/eventwatcher/Makefile
blob: aa23d1c2764b92729e777b341108c6219eee481f (plain)
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:   eventwatcher
# Date created:        20 Aug 2004
# Whom:                Lauri Watts <lauri@kde.org>
#
# $FreeBSD$
#

PORTNAME=	eventwatcher
PORTVERSION=	0.4.1
PORTREVISION=	3
CATEGORIES=	sysutils kde
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	eventwatcher

MAINTAINER=	lauri@kde.org
COMMENT=	KDE log file/event viewer

EXTRA_PATCHES=	${.CURDIR}/../../x11/kde3/files/extrapatch-old_configure

USE_BZIP2=	yes
USE_GMAKE=	yes
USE_REINPLACE=	yes
USE_KDELIBS_VER=3
GNU_CONFIGURE=	yes
INSTALLS_SHLIB=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|-O2 ||g' ${WRKSRC}/configure

.include <bsd.port.mk>