aboutsummaryrefslogtreecommitdiff
path: root/misc/kwatch/Makefile
blob: d64fd09129113d2e668748b5bd8226d25faae562 (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
# New ports collection makefile for:   kwatch
# Date created:        23 May 1998
# Whom:                Hans Petter Bieker <zerium@webindex.no>
#
# $FreeBSD$
#

PORTNAME=	kwatch
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=	unstable/apps/utils

MAINTAINER=	kde@freebsd.org

BUILD_DEPENDS=	msgfmt:${PORTSDIR}/devel/gettext

USE_GMAKE=	yes
USE_REINPLACE=	yes
USE_KDELIBS_VER=	3
GNU_CONFIGURE=	yes

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

.include <bsd.port.mk>