freebsd-ports/irc/kmyirc/Makefile
Beat Gaetzi 8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
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
2012-12-30 12:03:51 +00:00

29 lines
749 B
Makefile

# New ports collection makefile for: kmyirc
# Date created: 25 November 2002
# Whom: Frank Laszlo <laszlof@vonostingroup.com>
#
# $FreeBSD$
PORTNAME= kmyirc
PORTVERSION= 0.2.9
PORTREVISION= 11
CATEGORIES= irc kde
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-alpha/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Easy to use IRC client for KDE
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
USE_AUTOTOOLS= libtool
USE_KDELIBS_VER= 3
USE_GMAKE= yes
post-patch:
${REINPLACE_CMD} -e "s,-O0,${CFLAGS},g;s,NOOPT_,,g; \
s,-pedantic ,,g;s,-pedantic-errors,,g" ${WRKSRC}/configure
${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \
${REINPLACE_CMD} -e "s,NOOPT_,,g;s,FLAGS@,FLAGS@ -fPIC,"
.include <bsd.port.mk>