blob: e3d0dc64475535525090847046e7b6488ce818ed (
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: eventwatcher
# Date created: 20 Aug 2004
# Whom: Lauri Watts <lauri@kde.org>
#
# $FreeBSD$
#
PORTNAME= eventwatcher
PORTVERSION= 0.4.1
PORTREVISION= 1
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>
|