b48eba1112
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".]
27 lines
712 B
Makefile
27 lines
712 B
Makefile
# $NetBSD: Makefile,v 1.19 2002/03/13 17:37:43 fredb Exp $
|
|
|
|
DISTNAME= gtop-1.0.13
|
|
PKGREVISION= 1
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/gtop/}
|
|
|
|
MAINTAINER= tron@netbsd.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME system monitor - top like, memory graphs, process viewer
|
|
|
|
BUILD_USES_MSGFMT= yes
|
|
DEPENDS+= gnome-core>=1.4.0.4nb1:../../x11/gnome-core
|
|
DEPENDS+= libgtop>=1.0.12nb2:../../devel/libgtop
|
|
|
|
OSVERSION_SPECIFIC= YES
|
|
USE_GMAKE= YES
|
|
USE_X11BASE= YES
|
|
USE_LIBTOOL= YES
|
|
USE_LIBINTL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
CONFIGURE_ENV+= LOCALEDIR=${PKGLOCALEDIR}
|
|
CFLAGS+= -I${LOCALBASE}/include
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|