aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/bakery/Makefile
blob: 78c17bfee57d24467905c80b69f8a0166874698f (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
# New ports collection makefile for:    bakery
# Date created:             12th September 2000
# Whom:                 Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   bakery
PORTVERSION=    2.0.0
PORTREVISION=   3
CATEGORIES= x11-toolkits gnome
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= gnome@FreeBSD.org
COMMENT=    A C++ Application Framework for use with Gtkmm

LIB_DEPENDS=    gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2 \
        gconfmm-2.0:${PORTSDIR}/devel/gconfmm \
        glademm-2.0:${PORTSDIR}/devel/libglademm \
        xml\\+\\+-1.0:${PORTSDIR}/textproc/libxml++

USE_X_PREFIX=   yes
USE_PERL5=  yes
USE_GMAKE=  yes
USE_GNOME=  gnomeprefix gnomehack lthack intltool gnometarget
USE_INC_LIBTOOL_VER=13
INSTALLS_SHLIB= yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

post-patch:
    @${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
        ${WRKSRC}/Makefile.in

.include <bsd.port.mk>