summaryrefslogtreecommitdiff
path: root/math/guppi/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-07-01 00:05:50 +0000
committertron <tron@pkgsrc.org>2001-07-01 00:05:50 +0000
commitcc7e7ddfa878794a0e64f4e338c1f37a810b54eb (patch)
tree07bb8e0eebe1d5820733fe45742c4934316265a6 /math/guppi/Makefile
parent573e77a8975c6fccc629de0cc6c23697fb2aaf4b (diff)
downloadpkgsrc-cc7e7ddfa878794a0e64f4e338c1f37a810b54eb.tar.gz
Initial import of new "guppy" package:
Plot program with integrated statistics capabilities
Diffstat (limited to 'math/guppi/Makefile')
-rw-r--r--math/guppi/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile
new file mode 100644
index 00000000000..93fe95672c1
--- /dev/null
+++ b/math/guppi/Makefile
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/07/01 00:05:50 tron Exp $
+
+DISTNAME= Guppi-0.35.5
+PKGNAME= guppi-0.35.5
+CATEGORIES= math graphics
+MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/Guppi/}
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= tron@netbsd.org
+HOMEPAGE= http://www.gnome.org/guppi/
+COMMENT= Plot program with integrated statistics capabilities
+
+DEPENDS+= gnome-core>=1.4:../../x11/gnome-core
+DEPENDS+= python>=2.0:../../lang/python
+
+GNU_CONFIGURE= YES
+USE_GMAKE= YES
+USE_LIBTOOL= YES
+USE_X11BASE= YES
+
+LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+PLIST_SUBST+= LOCALBASE=${LOCALBASE} \
+ PKGVERSION=${PKGNAME:S/guppi-//}
+
+post-install:
+ ${TEST} ${PREFIX} = ${LOCALBASE} || \
+ ${LN} -fs ${PREFIX}/share/aclocal/libguppi.m4 \
+ ${LOCALBASE}/share/aclocal/libguppi.m4
+
+.include "../../mk/bsd.pkg.mk"