in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
29 lines
762 B
Makefile
29 lines
762 B
Makefile
# $NetBSD: Makefile,v 1.37 2004/10/03 00:18:15 tv Exp $
|
|
|
|
DISTNAME= gtop-1.0.13
|
|
PKGREVISION= 9
|
|
CATEGORIES= sysutils gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtop/1.0/}
|
|
|
|
MAINTAINER= tron@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= GNOME system monitor - top like, memory graphs, process viewer
|
|
|
|
BUILD_USES_MSGFMT= YES
|
|
|
|
OSVERSION_SPECIFIC= YES
|
|
USE_BUILDLINK3= YES
|
|
USE_DIRS+= xdg-1.1
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_GNU_TOOLS+= make
|
|
USE_X11BASE= YES
|
|
USE_LIBTOOL= YES
|
|
|
|
GNU_CONFIGURE= YES
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
CONFIGURE_ENV+= LOCALEDIR=${PKGLOCALEDIR}
|
|
|
|
.include "../../devel/gettext-lib/buildlink3.mk"
|
|
.include "../../sysutils/libgtop/buildlink3.mk"
|
|
.include "../../x11/gnome-core/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|