blob: d7647d026758a6d859989ae358dc26a180c6aea1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# New ports collection makefile for: doodle
# Date created: 26 June 2005
# Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org>
# Jean-Yves Lefort <jylefort@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= doodle
PORTVERSION= 0.6.7
PORTREVISION= 4
CATEGORIES= deskutils
MASTER_SITES= http://gnunet.org/doodle/download/
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Quickly search documents
LIB_DEPENDS= extractor.3:${PORTSDIR}/textproc/libextractor
DEPRECATED= BROKEN for more than 6 month
EXPIRATION_DATE= 2012-05-10
BROKEN= does not configure with new libextractor
GNU_CONFIGURE= yes
USE_GETTEXT= yes
USE_FAM= yes
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAN1= doodle.1 doodled.1
MAN3= libdoodle.3
post-patch:
@${REINPLACE_CMD} -e \
's|,\$$PTHREAD_CPPFLAGS,|,${PTHREAD_CFLAGS},|; \
s|,\$$PTHREAD_LIBS,|,${PTHREAD_LIBS},|; \
s|,\$$PTHREAD_LDFLAGS,|,,|;' ${WRKSRC}/configure
.include <bsd.port.mk>
|