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
|
2002-11-30 07:36:47 +01:00
|
|
|
PORTVERSION= 1.0.2
|
2000-09-13 00:48:25 +02:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A C++ Application Framework for use with Gnome--
|
2000-09-13 00:48:25 +02:00
|
|
|
|
2003-01-30 04:59:46 +01:00
|
|
|
LIB_DEPENDS= gnomemm-1.2.10:${PORTSDIR}/x11-toolkits/gnome--
|
2000-09-13 00:48:25 +02:00
|
|
|
|
2003-11-27 07:52:35 +01:00
|
|
|
IGNORE= "Obsolete; will be upgraded to 1.3.x after the 5.2 freeze"
|
|
|
|
|
2000-09-13 00:48:25 +02:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_PERL5= yes
|
|
|
|
USE_GMAKE= yes
|
2002-11-30 07:36:47 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomehack
|
2000-09-13 00:48:25 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2002-12-02 01:36:37 +01:00
|
|
|
.include <bsd.port.mk>
|