|
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.10 2006/11/21 19:45:14 miwi Exp $
|
5 |
# $FreeBSD: ports/deskutils/recoll/Makefile,v 1.12 2007/01/10 11:48:14 itetcu Exp $
|
6 |
#
|
6 |
#
|
7 |
|
7 |
|
8 |
PORTNAME= recoll
|
8 |
PORTNAME= recoll
|
9 |
PORTVERSION= 1.7.3
|
9 |
PORTVERSION= 1.7.3
|
10 |
CATEGORIES= deskutils
|
10 |
CATEGORIES= deskutils
|
|
... |
|
... |
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
|
|
|
27 |
USE_XLIB= yes
|
|
|
28 |
INSTALLS_ICONS= yes
|
27 |
|
29 |
|
28 |
MAN1= recoll.1 recollindex.1
|
30 |
MAN1= recoll.1 recollindex.1
|
29 |
MAN5= recoll.conf.5
|
31 |
MAN5= recoll.conf.5
|
30 |
|
32 |
|
31 |
post-patch:
|
33 |
post-patch:
|