1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
freebsd-ports/net-im/tapioca-qt/Makefile
Koop Mast c7d3087af6 Instead of only 1 LGPL license there are two namely: the 2.1 and 3 version.
So make a LGPL21 and LGPL3 value for the license framework.

Replace the LGPL used in ports with LGPL21. (checked all consumers)

Obtained from:	http://www.gnu.org/licenses/ (Under License URL's)
2010-06-04 21:41:41 +00:00

44 lines
899 B
Makefile

# New ports collection Makefile for: tapioca-qt
# Date created: 2008-02-10
# Whom: arved
#
# $FreeBSD$
PORTNAME= tapioca-qt
PORTVERSION= 0.14.1
PORTREVISION= 5
CATEGORIES= net-im
MASTER_SITES= SF/tapioca-voip/${PORTNAME}/${PORTVERSION}
MAINTAINER= arved@FreeBSD.org
COMMENT= Framework for VoIP and IP applications
LIB_DEPENDS= QtTelepathyCore.0:${PORTSDIR}/net-im/telepathy-qt
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/../COPYING
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build
USE_CMAKE= yes
CMAKE_SOURCE_PATH= ..
USE_QT_VER= 4
QT_COMPONENTS= corelib qmake_build uic_build moc_build rcc_build
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700042
CMAKE_USE_PTHREAD= yes
.endif
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
${REINPLACE_CMD} -e \
"s,$${LIB_INSTALL_DIR}/pkgconfig,data/pkgconfig,g"\
${WRKSRC}/../CMakeLists.txt
.include <bsd.port.post.mk>