Lines 6-18
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= icq |
8 |
PORTNAME= icq |
9 |
PORTVERSION= 0.2b |
9 |
PORTVERSION= 0.2 |
|
|
10 |
PORTEPOCH= 1 |
10 |
CATEGORIES= net-im |
11 |
CATEGORIES= net-im |
11 |
MASTER_SITES= http://qutim.org/download/ \ |
12 |
MASTER_SITES= http://qutim.org/download/ \ |
12 |
http://dl.kibab.com/distfiles/qutim/ \ |
13 |
http://dl.kibab.com/distfiles/qutim/ \ |
13 |
ftp://ftp.inferra.ru/pub/qutim/ |
14 |
ftp://ftp.inferra.ru/pub/qutim/ |
14 |
PKGNAMEPREFIX= qutim-plugin- |
15 |
PKGNAMEPREFIX= qutim-plugin- |
15 |
DISTNAME= qutim-icq_${PORTVERSION}_svn71 |
16 |
DISTNAME= qutim-icq_${PORTVERSION}_svn136 |
16 |
|
17 |
|
17 |
MAINTAINER= webmaster@kibab.com |
18 |
MAINTAINER= webmaster@kibab.com |
18 |
COMMENT= ICQ protocol plugin for qutIM |
19 |
COMMENT= ICQ protocol plugin for qutIM |
Lines 20-25
Link Here
|
20 |
BUILD_DEPENDS= ${LOCALBASE}/bin/qutim:${PORTSDIR}/net-im/qutim |
21 |
BUILD_DEPENDS= ${LOCALBASE}/bin/qutim:${PORTSDIR}/net-im/qutim |
21 |
RUN_DEPENDS= ${LOCALBASE}/bin/qutim:${PORTSDIR}/net-im/qutim |
22 |
RUN_DEPENDS= ${LOCALBASE}/bin/qutim:${PORTSDIR}/net-im/qutim |
22 |
|
23 |
|
|
|
24 |
MAKE_JOBS_SAFE=yes |
25 |
|
23 |
USE_GMAKE= yes |
26 |
USE_GMAKE= yes |
24 |
USE_QT_VER= 4 |
27 |
USE_QT_VER= 4 |
25 |
QT_COMPONENTS= gui network xml moc_build qmake_build rcc_build uic_build |
28 |
QT_COMPONENTS= gui network xml moc_build qmake_build rcc_build uic_build |
Lines 27-36
Link Here
|
27 |
WRKSRC= ${WRKDIR}/icq |
30 |
WRKSRC= ${WRKDIR}/icq |
28 |
|
31 |
|
29 |
pre-build: |
32 |
pre-build: |
30 |
cd ${WRKDIR}/icq && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} |
33 |
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} |
31 |
|
34 |
|
32 |
do-install: |
35 |
do-install: |
33 |
@${MKDIR} ${PREFIX}/lib/qutim |
36 |
@${MKDIR} ${PREFIX}/lib/qutim |
34 |
@${INSTALL_PROGRAM} ${WRKSRC}/../libicq.so ${PREFIX}/lib/qutim |
37 |
@${INSTALL_PROGRAM} ${WRKSRC}/libicq.so ${PREFIX}/lib/qutim |
35 |
|
38 |
|
36 |
.include <bsd.port.mk> |
39 |
.include <bsd.port.mk> |