80ee491886
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
21 lines
576 B
Makefile
21 lines
576 B
Makefile
# $NetBSD: Makefile,v 1.3 2002/09/10 16:06:39 wiz Exp $
|
|
|
|
DISTNAME= libbonobo-2.0.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=2.0.0/sources/libbonobo/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= jmmv@hispabsd.org
|
|
HOMEPAGE= http://developer.gnome.org/
|
|
COMMENT= GNOME2 Object activation framework library
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_LIBTOOL= YES
|
|
USE_GMAKE= YES
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
.include "../../devel/bonobo-activation/buildlink2.mk"
|
|
.include "../../devel/ptl2/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|