Prune devel/py-EnthoughtBase
[dports.git] / devel / obby / Makefile
1 # Created by: Andreas Kohn <andreas@syndrom23.de>
2 # $FreeBSD$
3
4 PORTNAME=       obby
5 PORTVERSION=    0.4.8
6 PORTREVISION=   2
7 CATEGORIES=     devel
8 MASTER_SITES=   http://releases.0x539.de/obby/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        Library for synced document buffers
12
13 LICENSE=        GPLv2
14
15 LIB_DEPENDS=    libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \
16                 libnet6.so:${PORTSDIR}/net/net6
17
18 USES=           pathfix pkgconfig libtool
19 GNU_CONFIGURE=  yes
20 USE_LDCONFIG=   yes
21 INSTALL_TARGET= install-strip
22
23 OPTIONS_DEFINE= NLS
24
25 .include <bsd.port.options.mk>
26
27 .if ${PORT_OPTIONS:MNLS}
28 CPPFLAGS+=      -I${LOCALBASE}/include
29 LDFLAGS+=       -L${LOCALBASE}/lib
30 USES+=          gettext
31 PLIST_SUB+=     NLS=""
32 .else
33 CONFIGURE_ARGS+=        --disable-nls
34 PLIST_SUB+=     NLS="@comment "
35 .endif
36
37 .include <bsd.port.mk>