1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/net-im/ktp-contact-list/Makefile
Rene Ladan 059340ceb7 Remove expired misc/kdehier4 and update all of its consumers to not reference it any
longer. This is a no-op because KDE4_PREFIX is equal to LOCALBASE

Fix up properties for misc/kde4-l10n/files/bsd.l10n.mk to make svn happy.

PR:		209014 (partial)
Submitted by:	myself
Approved by:	portmgr (bapt)
Differential Revision:	https://reviews.freebsd.org/D6542
2016-05-25 20:56:06 +00:00

20 lines
561 B
Makefile

# $FreeBSD$
PORTNAME= ktp-contact-list
PORTVERSION= ${KTP_VERSION}
CATEGORIES= net-im kde
MASTER_SITES= KDE/${KTP_BRANCH}/kde-telepathy/${PORTVERSION}/src
MAINTAINER= kde@FreeBSD.org
COMMENT= KDE instant messaging contact list application
LIB_DEPENDS= libtelepathy-qt4.so:net-im/telepathy-qt4 \
libtelepathy-logger-qt4.so:net-im/telepathy-logger-qt4 \
libktpcommoninternalsprivate.so:net-im/ktp-common-internals
USE_KDE4= kdelibs automoc4
USE_QT4= corelib moc_build qmake_build rcc_build uic_build
USES= cmake gettext tar:bzip2
.include <bsd.port.mk>