diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-03 04:47:57 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-03 04:47:57 +0800 |
commit | 9f9de41e9657674d7c502c20e91f2e2758ede3f5 (patch) | |
tree | 8cadc2ad95e88f2391f284d0a25f081f107a28e3 /devel/bonobo/Makefile | |
parent | 8b0e46ec292a86cda5f10c7b30838eb0e292e8ca (diff) | |
download | marcuscom-ports-9f9de41e9657674d7c502c20e91f2e2758ede3f5.tar marcuscom-ports-9f9de41e9657674d7c502c20e91f2e2758ede3f5.tar.gz marcuscom-ports-9f9de41e9657674d7c502c20e91f2e2758ede3f5.tar.bz2 marcuscom-ports-9f9de41e9657674d7c502c20e91f2e2758ede3f5.tar.lz marcuscom-ports-9f9de41e9657674d7c502c20e91f2e2758ede3f5.tar.xz marcuscom-ports-9f9de41e9657674d7c502c20e91f2e2758ede3f5.tar.zst marcuscom-ports-9f9de41e9657674d7c502c20e91f2e2758ede3f5.zip |
share/gnome/ -> share/, the share/gnome/ui/ is default so leave it alone. I
shall edit gnomehier shortly after this.
# grep /gnome/ work/bonobo-1.0.22/bonobo/Makefile.am
-DBONOBO_UIDIR=\""$(datadir)/gnome/ui/"\" \
# grep /gnome/ work/bonobo-1.0.22/gshell/Makefile.am
uidir = $(datadir)/gnome/ui
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8771 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/bonobo/Makefile')
-rw-r--r-- | devel/bonobo/Makefile | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/devel/bonobo/Makefile b/devel/bonobo/Makefile new file mode 100644 index 000000000..3a8773eca --- /dev/null +++ b/devel/bonobo/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: bonobo +# Date created: 8th October 1999 +# Whom: Ade Lovett <ade@lovett.com> +# +# $FreeBSD$ +# $MCom: ports/devel/bonobo/Makefile,v 1.2 2006/09/10 00:51:07 mezz Exp $ +# + +PORTNAME= bonobo +PORTVERSION= 1.0.22 +PORTREVISION= 4 +CATEGORIES= devel gnome +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0 +DIST_SUBDIR= gnome + +MAINTAINER= gnome@FreeBSD.org +COMMENT= The component and compound document system for GNOME + +USE_BZIP2= yes +USE_XLIB= yes +USE_PERL5= yes +USE_GMAKE= yes +USE_GNOME= gnomehack gnomeprefix oaf gnomehier gnomeprint +USE_GETTEXT= yes +GNOME_HTML_DIR= ${PREFIX}/share/doc/bonobo +USE_LDCONFIG= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ + ${WRKSRC}/configure \ + ${WRKSRC}/libefs/configure + +.include <bsd.port.mk> |