summaryrefslogtreecommitdiffstats
path: root/net-im/qutim-plugin-icq/Makefile
blob: c948ed8b23bc0f8f2da2aa7bc958a5ce90e9463c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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_QT_VER=	4
QT_COMPONENTS=	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>
OpenPOWER on IntegriCloud