diff options
author | agc <agc@pkgsrc.org> | 1998-10-07 13:11:35 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-10-07 13:11:35 +0000 |
commit | 20cdfbdcfb1839d5be67277c6a39cb6bbdf3a115 (patch) | |
tree | 40b3c73bd329a67738bb243f5af8933f3f4897ec /sysutils/libgtop/Makefile | |
parent | 1240c5f95ea96cdd62fc6ed920c6d7d18d500a94 (diff) | |
download | pkgsrc-20cdfbdcfb1839d5be67277c6a39cb6bbdf3a115.tar.gz |
Initial import of libgtop-0.26 into the Packages Collection. This is
part of the GNOME project, and is used to retrieve system information,
such as CPU usage etc.
This is not yet complete, but is functional to the point where the
whole thing compiles and installs. Someone else can pick this up and
run with it now.
Diffstat (limited to 'sysutils/libgtop/Makefile')
-rw-r--r-- | sysutils/libgtop/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/libgtop/Makefile b/sysutils/libgtop/Makefile new file mode 100644 index 00000000000..c149eefb1fe --- /dev/null +++ b/sysutils/libgtop/Makefile @@ -0,0 +1,33 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/10/07 13:11:35 agc Exp $ +# + +DISTNAME= libgtop-0.26.0 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.jimpick.com/pub/mirrors/gnome/sources/ \ + ftp://ftp.gnome.org/pub/GNOME/sources/ \ + ftp://ftp.geo.net/pub/gnome/sources/ + +MAINTAINER= tron@netbsd.org +HOMEPAGE= http://www.gnome.org/ + +DEPENDS+= gnome-libs-0.30.1:../../x11/gnome-libs +DEPENDS+= guile-1.2:../../lang/guile +DEPENDS+= gettext-0.10:../../misc/gettext + +NOT_FOR_ARCHS= alpha # problems with gtk + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_LIBTOOL= yes + +LOCALSTATEDIR= /var/gnome + +CONFIGURE_ARGS+= --localstatedir=${LOCALSTATEDIR} \ + --with-glib-prefix=${LOCALBASE} \ + --with-libgtop-guile --with-catgets +CONFIGURE_ENV+= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE} + +post-extract: + @${MV} ${WRKSRC}/sysdeps/freebsd ${WRKSRC}/sysdeps/bsd + +.include "../../mk/bsd.pkg.mk" |