|
Lines 2-33
Link Here
|
| 2 |
# Date created: Mon Jun 16 20:42:11 MSD 2008 |
2 |
# Date created: Mon Jun 16 20:42:11 MSD 2008 |
| 3 |
# Whom: webmaster@kibab.com |
3 |
# Whom: webmaster@kibab.com |
| 4 |
# |
4 |
# |
| 5 |
# $FreeBSD: ports/net-im/qutim/Makefile,v 1.3 2009/08/06 18:58:58 miwi Exp $ |
5 |
# $FreeBSD: ports/net-im/qutim/Makefile,v 1.1 2008/06/16 18:44:15 stas Exp $ |
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= qutim |
8 |
PORTNAME= qutim |
| 9 |
PORTVERSION= 0.1.1 |
9 |
PORTVERSION= 0.2b |
| 10 |
CATEGORIES= net-im |
10 |
CATEGORIES= net-im |
| 11 |
MASTER_SITES= http://qutim.org/download/ \ |
11 |
MASTER_SITES= http://qutim.org/download/ \ |
| 12 |
http://dl.kibab.com/distfiles/qutim/ \ |
12 |
http://dl.kibab.com/distfiles/qutim/ \ |
| 13 |
ftp://ftp.inferra.ru/pub/qutIM/ |
13 |
ftp://ftp.inferra.ru/pub/qutim/ |
| 14 |
DISTNAME= qutim_${PORTVERSION} |
14 |
DISTNAME= qutim_${PORTVERSION}_svn326 |
| 15 |
|
15 |
|
| 16 |
MAINTAINER= webmaster@kibab.com |
16 |
MAINTAINER= webmaster@kibab.com |
| 17 |
COMMENT= A Qt4-based lightweight ICQ client with advanced features |
17 |
COMMENT= A Qt4-based lightweight ICQ client with advanced features |
| 18 |
|
18 |
|
| 19 |
BROKEN= doesn't build with new QT 4.5 |
|
|
| 20 |
|
| 21 |
USE_GMAKE= yes |
19 |
USE_GMAKE= yes |
| 22 |
USE_QT_VER= 4 |
20 |
USE_QT_VER= 4 |
| 23 |
QT_COMPONENTS= gui network xml moc_build qmake_build rcc_build uic_build |
21 |
QT_COMPONENTS= gui network webkit xml moc_build qmake_build rcc_build uic_build |
| 24 |
|
22 |
|
| 25 |
PLIST_FILES= bin/qutIM |
23 |
MAKE_JOBS_SAFE=1 |
| 26 |
|
24 |
|
| 27 |
pre-build: |
25 |
USE_CMAKE= yes |
| 28 |
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o Makefile qutIM.pro |
26 |
CMAKE_BUILD_TYPE= DEBUG |
|
|
27 |
CMAKE_USE_PTHREAD= yes |
| 28 |
CMAKE_VERBOSE= yes |
| 29 |
CMAKE_ARGS+= -DUNIX:BOOL=1 -DBSD:BOOL=1 |
| 30 |
|
| 31 |
PLIST_FILES= bin/qutim \ |
| 32 |
include/qutim/plugininterface.h \ |
| 33 |
include/qutim/protocolinterface.h \ |
| 34 |
include/qutim/iconmanagerinterface.h |
| 35 |
PLIST_DIRS= include/qutim |
| 29 |
|
36 |
|
| 30 |
do-install: |
37 |
WRKSRC= ${WRKDIR}/qutim |
| 31 |
@${INSTALL_PROGRAM} ${WRKSRC}/build/bin/qutIM ${PREFIX}/bin |
|
|
| 32 |
|
38 |
|
|
|
39 |
do-install: |
| 40 |
@${MKDIR} ${PREFIX}/include/qutim |
| 41 |
@${INSTALL_PROGRAM} ${WRKSRC}/qutim ${PREFIX}/bin |
| 42 |
@${INSTALL_DATA} ${WRKSRC}/include/qutim/plugininterface.h ${PREFIX}/include/qutim |
| 43 |
@${INSTALL_DATA} ${WRKSRC}/include/qutim/protocolinterface.h ${PREFIX}/include/qutim |
| 44 |
@${INSTALL_DATA} ${WRKSRC}/include/qutim/iconmanagerinterface.h ${PREFIX}/include/qutim |
| 45 |
@${STRIP_CMD} ${PREFIX}/bin/qutim |
| 33 |
.include <bsd.port.mk> |
46 |
.include <bsd.port.mk> |