|
a/packaging/FreeBSD/recoll/Makefile |
|
b/packaging/FreeBSD/recoll/Makefile |
1 |
# New ports collection makefile for: recoll
|
1 |
# New ports collection makefile for: recoll
|
2 |
# Date created: 5 December 2005
|
2 |
# Date created: 5 December 2005
|
3 |
# Whom: J.F. Dockes <jean-francois.dockes@wanadoo.fr>
|
3 |
# Whom: J.F. Dockes <jean-francois.dockes@wanadoo.fr>
|
4 |
#
|
4 |
#
|
5 |
# $FreeBSD: ports/deskutils/recoll/Makefile,v 1.13 2007/01/10 18:50:41 itetcu Exp $
|
5 |
# $FreeBSD: ports/deskutils/recoll/Makefile,v 1.15 2007/02/13 00:16:19 pav Exp $
|
6 |
#
|
6 |
#
|
7 |
|
7 |
|
8 |
PORTNAME= recoll
|
8 |
PORTNAME= recoll
|
9 |
PORTVERSION= 1.8.1
|
9 |
PORTVERSION= 1.8.1
|
10 |
CATEGORIES= deskutils
|
10 |
CATEGORIES= deskutils
|
|
... |
|
... |
16 |
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
|
16 |
BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
|
17 |
LIB_DEPENDS= xapian.13:${PORTSDIR}/databases/xapian-core \
|
17 |
LIB_DEPENDS= xapian.13:${PORTSDIR}/databases/xapian-core \
|
18 |
qt-mt.3:${PORTSDIR}/x11-toolkits/qt33
|
18 |
qt-mt.3:${PORTSDIR}/x11-toolkits/qt33
|
19 |
|
19 |
|
20 |
USE_QT_VER= 3
|
20 |
USE_QT_VER= 3
|
21 |
CONFIGURE_ENV= QTDIR="${QT_PREFIX}" QMAKESPEC="freebsd-g++"
|
21 |
CONFIGURE_ENV= QMAKESPEC="freebsd-g++"
|
22 |
MAKE_ENV= ${CONFIGURE_ENV}
|
22 |
MAKE_ENV= ${CONFIGURE_ENV}
|
23 |
GNU_CONFIGURE= yes
|
23 |
GNU_CONFIGURE= yes
|
24 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
24 |
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
25 |
USE_GMAKE= yes
|
25 |
USE_GMAKE= yes
|
26 |
USE_ICONV= yes
|
26 |
USE_ICONV= yes
|