freebsd-ports/net-im/qutim-plugin-icq/Makefile
Martin Wilke 9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00

39 lines
942 B
Makefile

# New ports collection makefile for: qutim-plugin-icq
# Date created: Thu Jan 16 12:00:00 MSK 2008
# Whom: webmaster@kibab.com
#
# $FreeBSD$
#
PORTNAME= icq
PORTVERSION= 0.2
PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= net-im
MASTER_SITES= http://qutim.org/download/ \
http://dl.kibab.com/distfiles/qutim/ \
ftp://ftp.inferra.ru/pub/qutim/
PKGNAMEPREFIX= qutim-plugin-
DISTNAME= qutim-icq_${PORTVERSION}_svn136
MAINTAINER= webmaster@kibab.com
COMMENT= ICQ protocol plugin for qutIM
BUILD_DEPENDS= ${LOCALBASE}/bin/qutim:${PORTSDIR}/net-im/qutim
RUN_DEPENDS= ${LOCALBASE}/bin/qutim:${PORTSDIR}/net-im/qutim
MAKE_JOBS_SAFE=yes
USE_GMAKE= yes
USE_QT4= gui network xml moc_build qmake_build rcc_build uic_build
WRKSRC= ${WRKDIR}/icq
pre-build:
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}
do-install:
@${MKDIR} ${PREFIX}/lib/qutim
@${INSTALL_PROGRAM} ${WRKSRC}/libicq.so ${PREFIX}/lib/qutim
.include <bsd.port.mk>