2000-09-13 00:48:25 +02:00
|
|
|
# New ports collection makefile for: bakery
|
|
|
|
# Date created: 12th September 2000
|
|
|
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bakery
|
2005-06-21 19:25:02 +02:00
|
|
|
PORTVERSION= 2.3.15
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 1
|
2000-09-13 00:48:25 +02:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
2005-03-12 12:35:48 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.3
|
2000-09-13 00:48:25 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-12-04 08:25:33 +01:00
|
|
|
COMMENT= A C++ Application Framework for use with Gtkmm
|
2000-09-13 00:48:25 +02:00
|
|
|
|
2005-03-12 12:35:48 +01:00
|
|
|
LIB_DEPENDS= gconfmm-2.6:${PORTSDIR}/devel/gconfmm26 \
|
|
|
|
glademm-2.4:${PORTSDIR}/devel/libglademm24 \
|
|
|
|
gnomevfsmm-2.6:${PORTSDIR}/devel/gnome-vfsmm \
|
|
|
|
xml\\+\\+-2.6:${PORTSDIR}/textproc/libxml++26
|
2003-11-27 07:52:35 +01:00
|
|
|
|
2005-03-12 12:35:48 +01:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnometarget intltool
|
|
|
|
USE_BZIP2= yes
|
2000-09-13 00:48:25 +02:00
|
|
|
USE_GMAKE= yes
|
2005-03-12 12:35:48 +01:00
|
|
|
USE_GCC= 3.4
|
|
|
|
USE_PERL5= yes
|
|
|
|
USE_X_PREFIX= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2000-09-13 00:48:25 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2005-04-02 21:33:09 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-09-13 00:48:25 +02:00
|
|
|
|
2005-03-12 12:35:48 +01:00
|
|
|
PLIST_SUB= VERSION="2.3" API_VERSION="2.4"
|
|
|
|
|
2004-08-18 09:06:39 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2002-12-02 01:36:37 +01:00
|
|
|
.include <bsd.port.mk>
|