freebsd-ports/misc/kwatch/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

33 lines
712 B
Makefile

# New ports collection makefile for: kwatch
# Date created: 23 May 1998
# Whom: Hans Petter Bieker <zerium@webindex.no>
#
# $FreeBSD$
#
PORTNAME= kwatch
PORTVERSION= 2.3.3
PORTREVISION= 4
CATEGORIES= misc kde
MASTER_SITES= http://www.m-j-s.net/pub/kde/
MAINTAINER= ports@FreeBSD.org
COMMENT= KDE/Qt log file viewer
USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
USE_GETTEXT= yes
INSTALLS_ICONS= yes
DOCSDIR= ${PREFIX}/share/doc/HTML
post-patch:
@${REINPLACE_CMD} -e 's,-O2 ,,g ; \
s,-lpthread,${PTHREAD_LIBS},g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e \
's,$$(LIB_KFILE)$$,$$(LIB_KFILE) $$(LIBPTHREAD),g' \
${WRKSRC}/kwatch/Makefile.in
.include <bsd.port.mk>