Tweak x11-toolkits/p5-Wx version 0.99.23_2
[dports.git] / x11-toolkits / bakery / Makefile
1 # Created by: Ade Lovett <ade@FreeBSD.org>
2 # $FreeBSD$
3 #   $MCom: ports/x11-toolkits/bakery/Makefile,v 1.16 2009/01/09 22:07:11 kwm Exp $
4
5 PORTNAME=       bakery
6 PORTVERSION=    2.6.3
7 PORTREVISION=   8
8 CATEGORIES=     x11-toolkits gnome
9 MASTER_SITES=   GNOME
10
11 MAINTAINER=     gnome@FreeBSD.org
12 COMMENT=        C++ Application Framework for use with Gtkmm
13
14 LIB_DEPENDS=    libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 \
15                 libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \
16                 libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm \
17                 libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26
18
19 USES=           gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
20 USE_GNOME=      gnomeprefix intlhack
21 GNU_CONFIGURE=  yes
22 USE_LDCONFIG=   yes
23 CPPFLAGS+=      -I${LOCALBASE}/include
24 LDFLAGS+=       -L${LOCALBASE}/lib
25 INSTALL_TARGET= install-strip
26
27 PLIST_SUB=      VERSION="2.6" API_VERSION="2.6"
28
29 post-patch:
30         @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
31                 ${WRKSRC}/Makefile.in
32
33 .include <bsd.port.mk>