29 lines
753 B
Makefile
29 lines
753 B
Makefile
# $NetBSD: Makefile,v 1.4 2001/09/24 10:36:12 tron Exp $
|
|
|
|
DISTNAME= Guppi-0.35.5
|
|
PKGNAME= guppi-0.35.5nb1
|
|
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}
|
|
|
|
post-install:
|
|
${TEST} ${PREFIX} = ${LOCALBASE} || \
|
|
${LN} -fs ${PREFIX}/share/aclocal/libguppi.m4 \
|
|
${LOCALBASE}/share/aclocal/libguppi.m4
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|