all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
24 lines
583 B
Makefile
24 lines
583 B
Makefile
# $NetBSD: Makefile,v 1.7 2002/03/13 17:36:49 fredb Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-objc-1.0.40
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel lang gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gnome-objc/}
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Objective C API for gnome and gtk
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_PTHREAD= native pth
|
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
CONFIGURE_ENV+= OBJC="${CC}"
|
|
|
|
.include "../../x11/gnome-libs/buildlink.mk"
|
|
.include "../../mk/pthread.buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|