diff options
author | agc <agc@pkgsrc.org> | 2002-06-19 13:00:41 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-06-19 13:00:41 +0000 |
commit | 6262fe32d901e44a0283f49ff585464662b65ef7 (patch) | |
tree | 9c86f6f1e625bef3a45f7724661d730833607157 /devel/gscope/Makefile | |
parent | b74c3076779bd250247f150ee7723d7f0772f5fa (diff) | |
download | pkgsrc-6262fe32d901e44a0283f49ff585464662b65ef7.tar.gz |
Initial import of gscope-0.4.1 into the NetBSD Packages Collection.
As seen at Usenix 2002.
gscope is a software oscilloscope library build using the GTK and
GNOME toolkits. Gscope can be used to monitor, display and debug
various types of "real-time" data. Additionally, the scope can be
used for graphing file data that is in a tuple format.
Diffstat (limited to 'devel/gscope/Makefile')
-rw-r--r-- | devel/gscope/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/gscope/Makefile b/devel/gscope/Makefile new file mode 100644 index 00000000000..8428a32ee6c --- /dev/null +++ b/devel/gscope/Makefile @@ -0,0 +1,23 @@ +# $NetBSD: Makefile,v 1.1.1.1 2002/06/19 13:00:41 agc Exp $ +# + +DISTNAME= gscope-0.4.1 +CATEGORIES= devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gscope/} + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://gscope.sourceforge.net/ +COMMENT= software oscilloscope library + +GNU_CONFIGURE= yes +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool + +BUILD_DEPENDS+= gtk-doc-[0-9]*:../../textproc/gtk-doc + +.include "../../devel/popt/buildlink.mk" +.include "../../graphics/gdk-pixbuf/buildlink.mk" +.include "../../x11/gnome-libs/buildlink.mk" +.include "../../x11/gtk/buildlink.mk" +.include "../../mk/x11.buildlink.mk" +.include "../../mk/bsd.pkg.mk" |