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

PORTNAME=   bakery
PORTVERSION=    1.0.2
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 Gnome--

LIB_DEPENDS=    gnomemm-1.2.10:${PORTSDIR}/x11-toolkits/gnome--

USE_X_PREFIX=   yes
USE_PERL5=  yes
USE_GMAKE=  yes
USE_GNOMENG=    yes
USE_GNOME=  gnomeprefix gnomehack
USE_REINPLACE=  yes
USE_LIBTOOL=    yes
INSTALLS_SHLIB= yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"

pre-patch:
    @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
         s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure

.include <bsd.port.mk>