1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/net-im/kmess-kde4/Makefile
2003-03-31 05:39:43 +00:00

29 lines
607 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.1
CATEGORIES= net kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= perky@FreeBSD.org
COMMENT= MSN Messenger Client for KDE3
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
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>