1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/irc/kmyirc/Makefile
2010-12-04 07:34:27 +00:00

27 lines
678 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= 10
CATEGORIES= irc kde
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-alpha/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Easy to use IRC client for KDE
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>