Lines 2-13
Link Here
|
2 |
# Date created: Wed May 1 20:27:23 NZST 2002 |
2 |
# Date created: Wed May 1 20:27:23 NZST 2002 |
3 |
# Whom: jonc@chen.org.nz |
3 |
# Whom: jonc@chen.org.nz |
4 |
# |
4 |
# |
5 |
# $FreeBSD: ports/net-im/psi/Makefile,v 1.56 2012/07/27 11:03:38 makc Exp $ |
5 |
# $FreeBSD: head/net-im/psi/Makefile 301600 2012-07-27 11:03:38Z makc $ |
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= psi |
8 |
PORTNAME= psi |
9 |
PORTVERSION= 0.14 |
9 |
PORTVERSION= 0.15 |
10 |
PORTREVISION= 3 |
|
|
11 |
CATEGORIES= net-im |
10 |
CATEGORIES= net-im |
12 |
MASTER_SITES= SF/${PORTNAME}/Psi/${PORTVERSION} |
11 |
MASTER_SITES= SF/${PORTNAME}/Psi/${PORTVERSION} |
13 |
|
12 |
|
Lines 20-36
Link Here
|
20 |
|
19 |
|
21 |
HAS_CONFIGURE= yes |
20 |
HAS_CONFIGURE= yes |
22 |
USE_BZIP2= yes |
21 |
USE_BZIP2= yes |
23 |
USE_QT4= corelib dbus gui iconengines imageformats qt3support \ |
22 |
USE_QT4= corelib gui iconengines imageformats \ |
24 |
inputmethods network script svg xml \ |
23 |
inputmethods network script svg xml \ |
25 |
qmake_build moc_build rcc_build uic_build |
24 |
qmake_build moc_build rcc_build uic_build |
|
|
25 |
QT_NONSTANDARD= yes |
26 |
USE_GMAKE= yes |
26 |
|
27 |
|
27 |
CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${LOCALBASE} \ |
28 |
CONFIGURE_ARGS= --prefix=${PREFIX} --qtdir=${LOCALBASE} \ |
28 |
--disable-growl --disable-bundled-qca \ |
29 |
--disable-growl --verbose |
29 |
--verbose |
|
|
30 |
|
30 |
|
31 |
MAKE_JOBS_UNSAFE= yes |
31 |
MAKE_JOBS_SAFE= yes |
32 |
|
32 |
|
33 |
OPTIONS_DEFINE= ASPELL ENCHANT |
33 |
OPTIONS_DEFINE= ASPELL ENCHANT DBUS |
34 |
OPTIONS_DEFAULT= ASPELL |
34 |
OPTIONS_DEFAULT= ASPELL |
35 |
|
35 |
|
36 |
ASPELL_DESC= Use aspell for spell checking |
36 |
ASPELL_DESC= Use aspell for spell checking |
Lines 60-65
Link Here
|
60 |
CONFIGURE_ARGS+= --disable-enchant |
60 |
CONFIGURE_ARGS+= --disable-enchant |
61 |
.endif |
61 |
.endif |
62 |
|
62 |
|
|
|
63 |
.if ${PORT_OPTIONS:MDBUS} |
64 |
USE_QT4+= dbus |
65 |
.else |
66 |
CONFIGURE_ARGS+= --disable-qdbus |
67 |
.endif |
68 |
|
69 |
post-patch: |
70 |
@${INSTALL_SCRIPT} ${FILESDIR}/qmake-wrapper.sh ${WRKDIR} |
71 |
@${REINPLACE_CMD} -e 's|%%QMAKE%%|${QMAKE}|; s|%%QMAKEFLAGS%%|${QMAKEFLAGS}|' \ |
72 |
${WRKDIR}/qmake-wrapper.sh |
73 |
@${REINPLACE_CMD} -e 's|qm=""|qm="${WRKDIR}/qmake-wrapper.sh"|' ${WRKSRC}/configure |
74 |
|
63 |
post-install: |
75 |
post-install: |
64 |
${STRIP_CMD} ${PREFIX}/bin/psi |
76 |
${STRIP_CMD} ${PREFIX}/bin/psi |
65 |
|
77 |
|