freebsd-ports/textproc/ibus-qt/Makefile
Thomas Zander c5eed4b168 Update to upstream version 1.3.3
PR:		198438
Submitted by:	henry.hu.sh@gmail.com (maintainer)
2015-03-29 08:12:40 +00:00

34 lines
981 B
Makefile

# Created by: Henry Hu <henry.hu.sh@gmail.com>
# $FreeBSD$
PORTNAME= ibus-qt
PORTVERSION= 1.3.3
CATEGORIES= textproc
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${PORTVERSION}/ \
http://github.com/${GH_ACCOUNT}/${PORTNAME}/releases/download/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-Source
MAINTAINER= henry.hu.sh@gmail.com
COMMENT= IBus input method module for Qt4
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= ibus>=1.3.7:${PORTSDIR}/textproc/ibus
RUN_DEPENDS= ibus>=1.3.7:${PORTSDIR}/textproc/ibus
LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \
libicuuc.so:${PORTSDIR}/devel/icu
GH_ACCOUNT= ibus
USE_QT4= gui dbus moc_build qmake_build moc_build uic_build rcc_build
USES= cmake pkgconfig
CMAKE_ARGS= -DDOCDIR=${PREFIX}/share/doc/ibus-qt -DLIBDIR=lib
USE_LDCONFIG= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PROJECTHOST= ibus
WRKSRC= ${WRKDIR}/${DISTNAME}
.include <bsd.port.mk>