freebsd-ports/net-im/telepathy-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

36 lines
778 B
Makefile

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