1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/deskutils/doodle/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

39 lines
879 B
Makefile

# 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= 3
CATEGORIES= deskutils
MASTER_SITES= http://gnunet.org/doodle/download/
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Quickly search documents
LIB_DEPENDS= extractor.3:${PORTSDIR}/textproc/libextractor
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>