1999-10-14 05:03:17 +00:00
|
|
|
# New ports collection makefile for: bonobo
|
|
|
|
# Date created: 8th October 1999
|
|
|
|
# Whom: Ade Lovett <ade@lovett.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= bonobo
|
2003-01-01 19:04:42 +00:00
|
|
|
PORTVERSION= 1.0.22
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 1
|
1999-10-14 05:03:17 +00:00
|
|
|
CATEGORIES= devel gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-01-01 19:04:42 +00:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
|
2002-04-12 08:22:55 +00:00
|
|
|
DIST_SUBDIR= gnome
|
1999-10-14 05:03:17 +00:00
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= The component and compound document system for GNOME
|
1999-10-14 05:03:17 +00:00
|
|
|
|
2002-04-12 08:22:55 +00:00
|
|
|
USE_BZIP2= yes
|
2000-02-14 19:16:38 +00:00
|
|
|
USE_X_PREFIX= yes
|
1999-10-14 05:03:17 +00:00
|
|
|
USE_PERL5= yes
|
|
|
|
USE_GMAKE= yes
|
2002-07-11 17:16:10 +00:00
|
|
|
USE_GNOME= gnomehack gnomeprefix oaf gnomehier gnomeprint
|
|
|
|
GNOME_HTML_DIR= ${PREFIX}/share/doc/bonobo
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-10-08 18:37:33 +00:00
|
|
|
#USE_LIBTOOL= yes
|
|
|
|
#LIBTOOLFILES= configure libefs/configure
|
|
|
|
GNU_CONFIGURE= yes
|
1999-10-14 05:03:17 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2002-04-12 17:10:20 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
2005-04-12 03:26:56 +00:00
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
1999-10-14 05:03:17 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|