mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
484420a603
PR: 55145 Submitted by: "Karel J. Bosschaart" <karelj@phys9911.phys.tue.nl>
34 lines
845 B
Makefile
34 lines
845 B
Makefile
# New ports collection makefile for: kmess
|
|
# Date created: 21 June 2002
|
|
# Whom: Hye-Shik Chang <perky@python.or.kr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= kmess
|
|
PORTVERSION= 1.2.1
|
|
CATEGORIES= net kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= perky@FreeBSD.org
|
|
COMMENT= MSN Messenger Client for KDE3
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/mimelib/mimepp.h:${PORTSDIR}/net/kdenetwork3
|
|
|
|
USE_KDELIBS_VER=3
|
|
GNU_CONFIGURE= yes
|
|
USE_REINPLACE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
pre-patch:
|
|
${REINPLACE_CMD} -e '23s/^.*$$/#include <unistd.h>/' \
|
|
${WRKSRC}/kmess/kmessview.cpp
|
|
${REINPLACE_CMD} -e '20s/^.*$$/#include <ctype.h>/' \
|
|
${WRKSRC}/kmess/network/mimemessage.h
|
|
${REINPLACE_CMD} -e 's,-pedantic ,,g' ${WRKSRC}/configure
|
|
|
|
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
|
|
.include <bsd.port.post.mk>
|