freebsd-ports/x11-toolkits/bakery/Makefile

31 lines
723 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
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--
2003-01-30 04:59:46 +01:00
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>