ea3d79e28d
version of bakery available. It will be updated after the 5.2 freeze lifts. Currently, the build is recursing indefinitely on bento. Approved by: portmgr (implicit)
30 lines
723 B
Makefile
30 lines
723 B
Makefile
# 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--
|
|
|
|
IGNORE= "Obsolete; will be upgraded to 1.3.x after the 5.2 freeze"
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_PERL5= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomeprefix gnomehack
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|