1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/misc/kwatch/Makefile

30 lines
621 B
Makefile
Raw Normal View History

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