mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
46d9d5084a
- Drop now unneeded dependency to deskutils/kdepim3
27 lines
538 B
Makefile
27 lines
538 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.4.3
|
|
CATEGORIES= net-im kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= MSN Messenger Client for KDE3
|
|
|
|
EXTRA_PATCHES= ${.CURDIR}/../../x11/kde3/files/extrapatch-configure
|
|
|
|
USE_KDELIBS_VER=3
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= yes
|
|
|
|
post-patch:
|
|
@${TOUCH} ${WRKSRC}/config.h.in
|
|
|
|
.include <bsd.port.mk>
|