freebsd-ports/x11-toolkits/bakery/Makefile

41 lines
1,013 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 1
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
MAINTAINER= gnome@FreeBSD.org
2003-12-04 08:25:33 +01:00
COMMENT= A C++ Application Framework for use with Gtkmm
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
2005-03-12 12:35:48 +01:00
USE_GNOME= gnomehack gnomeprefix gnometarget intltool
USE_BZIP2= yes
USE_GMAKE= yes
2005-03-12 12:35:48 +01:00
USE_GCC= 3.4
USE_PERL5= yes
USE_X_PREFIX= yes
USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
2005-04-02 21:33:09 +02:00
LDFLAGS="-L${LOCALBASE}/lib"
2005-03-12 12:35:48 +01:00
PLIST_SUB= VERSION="2.3" API_VERSION="2.4"
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/examples//' \
${WRKSRC}/Makefile.in
.include <bsd.port.mk>