pkgsrc/devel/gscope/Makefile
agc 6262fe32d9 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.
2002-06-19 13:00:41 +00:00

23 lines
647 B
Makefile

# $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"