1998-06-12 08:50:58 +00:00
|
|
|
# New ports collection makefile for: kwatch
|
|
|
|
# Date created: 23 May 1998
|
1998-08-30 18:12:41 +00:00
|
|
|
# Whom: Hans Petter Bieker <zerium@webindex.no>
|
1998-06-12 08:50:58 +00:00
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1998-06-12 08:50:58 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 08:49:30 +00:00
|
|
|
PORTNAME= kwatch
|
2002-09-18 15:08:59 +00:00
|
|
|
PORTVERSION= 2.3.0
|
2002-04-12 17:10:20 +00:00
|
|
|
PORTREVISION= 1
|
1998-11-21 07:27:41 +00:00
|
|
|
CATEGORIES= misc kde
|
2001-06-13 16:03:37 +00:00
|
|
|
MASTER_SITES= http://www.m-j-s.net/pub/kde/ \
|
|
|
|
${MASTER_SITE_KDE}
|
2002-12-27 06:04:50 +00:00
|
|
|
MASTER_SITE_SUBDIR= stable/apps/KDE3.x/admin/
|
1998-06-12 08:50:58 +00:00
|
|
|
|
2002-08-23 05:53:53 +00:00
|
|
|
MAINTAINER= kde@freebsd.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= KDE/Qt log file viewer
|
2000-11-02 16:09:20 +00:00
|
|
|
|
2002-04-12 17:10:20 +00:00
|
|
|
BUILD_DEPENDS= msgfmt:${PORTSDIR}/devel/gettext
|
2001-06-13 16:03:37 +00:00
|
|
|
|
2002-09-18 15:08:59 +00:00
|
|
|
USE_GMAKE= yes
|
2002-09-01 16:07:59 +00:00
|
|
|
USE_REINPLACE= yes
|
2002-09-18 15:08:59 +00:00
|
|
|
USE_KDELIBS_VER= 3
|
2000-11-02 16:09:20 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-06-12 08:50:58 +00:00
|
|
|
|
2002-03-03 06:39:56 +00:00
|
|
|
post-patch:
|
2002-09-01 16:07:59 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2 ||g' ${WRKSRC}/configure
|
2002-03-03 06:39:56 +00:00
|
|
|
|
1998-06-12 08:50:58 +00:00
|
|
|
.include <bsd.port.mk>
|