mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
8558ca7184
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
36 lines
779 B
Makefile
36 lines
779 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= 9
|
|
CATEGORIES= misc kde
|
|
MASTER_SITES= http://www.m-j-s.net/pub/kde/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= KDE/Qt log file viewer
|
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_GMAKE= yes
|
|
USE_AUTOTOOLS= libtool
|
|
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>
|