pkgsrc/sysutils/gtop/Makefile

28 lines
712 B
Makefile
Raw Normal View History

# $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
2000-11-09 23:28:21 +01:00
GNU_CONFIGURE= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
CONFIGURE_ENV+= LOCALEDIR=${PKGLOCALEDIR}
CFLAGS+= -I${LOCALBASE}/include
2000-11-09 23:28:21 +01:00
.include "../../mk/bsd.pkg.mk"