Tweak www/twiki-GluePlugin version 0.0.15708
[dports.git] / net-im / meanwhile / Makefile
1 # Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       meanwhile
5 PORTVERSION=    1.0.2
6 PORTREVISION=   5
7 CATEGORIES=     net-im
8 MASTER_SITES=   SF
9
10 MAINTAINER=     marcus@FreeBSD.org
11 COMMENT=        Open Source implementation of the Lotus Sametime protocol
12
13 USES=           gmake libtool pathfix pkgconfig
14 USE_GCC=        any
15 USE_GNOME=      glib20
16 USE_LDCONFIG=   yes
17 GNU_CONFIGURE=  yes
18 CONFIGURE_ARGS= --enable-doxygen=no \
19                 --with-gmp-prefix=${LOCALBASE}
20 CPPFLAGS+=      -I${LOCALBASE}/include -DGLIB_COMPILATION
21 LDFLAGS+=       -L${LOCALBASE}/lib
22 INSTALL_TARGET= install-strip
23
24 DOCSDIR=        ${PREFIX}/share/doc/${PORTNAME}-doc-${PORTVERSION}
25
26 post-patch:
27         @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
28                 ${WRKSRC}/samples/*.c ${WRKSRC}/src/*.[ch]
29
30 .include <bsd.port.mk>