mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
07529733f9
- Remove redundant CONFIGURE_TARGET and CONFIGURE_ARGS which are already defined in bsd.kde.mk - Fix WWW entry PR: ports/73173 Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com> (maintainer)
29 lines
713 B
Makefile
29 lines
713 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= 2
|
|
CATEGORIES= irc kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= laszlof@vonostingroup.com
|
|
COMMENT= Easy to use IRC client for KDE
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_KDELIBS_VER= 3
|
|
USE_GMAKE= yes
|
|
USE_REINPLACE= 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>
|