2005-01-28 00:17:26 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.5 2005/01/28 00:17:26 alek Exp $
|
2004-11-11 04:05:25 +00:00
|
|
|
|
|
|
|
COMMENT= "Python charting and plotting API"
|
|
|
|
|
|
|
|
DISTNAME= matplotlib-0.64
|
2005-01-28 00:17:26 +00:00
|
|
|
PKGNAME= py-${DISTNAME}p2
|
2004-11-11 04:05:25 +00:00
|
|
|
CATEGORIES= graphics devel
|
|
|
|
|
|
|
|
HOMEPAGE= http://matplotlib.sourceforge.net/
|
|
|
|
|
|
|
|
MAINTAINER= Damien Miller <djm@openbsd.org>
|
|
|
|
|
2005-01-28 00:17:26 +00:00
|
|
|
MODULES= lang/python \
|
|
|
|
devel/gettext
|
2004-11-11 04:05:25 +00:00
|
|
|
|
|
|
|
# BSD-like
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-11-30 01:06:33 +00:00
|
|
|
WANTLIB= X11 Xext Xft Xinerama Xrender atk-1.0.0.0 fontconfig \
|
|
|
|
freetype gdk-x11-2.0.0.0 gdk_pixbuf-2.0.0.0 \
|
|
|
|
glib-2.0.0.0 gmodule-2.0.0.0 gobject-2.0.0.0 \
|
2005-01-28 00:17:26 +00:00
|
|
|
gtk-x11-2.0.0.0 Xcursor m pango-1.0.0.0 \
|
2004-11-30 01:06:33 +00:00
|
|
|
pangox-1.0.0.0 pangoxft-1.0.0.0 stdc++ z
|
2004-11-11 04:05:25 +00:00
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=matplotlib/}
|
|
|
|
|
|
|
|
RUN_DEPENDS= ::math/py-Numeric \
|
|
|
|
::x11/py-gtk2 \
|
|
|
|
::devel/py-tz \
|
|
|
|
::devel/py-dateutil
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
2005-01-28 00:17:26 +00:00
|
|
|
LIB_DEPENDS= png.3::graphics/png
|
2004-11-11 04:05:25 +00:00
|
|
|
|
|
|
|
MAKE_ENV+= EXTRA_INCLUDES="${WRKSRC} ${LOCALBASE}/include/libpng"
|
|
|
|
|
|
|
|
# This file interferes with update-patches
|
|
|
|
post-extract:
|
|
|
|
@rm -f ${WRKSRC}/lib/matplotlib/legend.py.orig
|
|
|
|
|
|
|
|
post-install:
|
2004-11-11 12:41:33 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-matplotlib
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/py-matplotlib/data
|
2004-11-11 04:05:25 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/*.* ${WRKSRC}/examples/README \
|
2004-11-11 12:41:33 +00:00
|
|
|
${PREFIX}/share/examples/py-matplotlib
|
2004-11-11 04:05:25 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/examples/data/* \
|
2004-11-11 12:41:33 +00:00
|
|
|
${PREFIX}/share/examples/py-matplotlib/data
|
2004-11-11 04:05:25 +00:00
|
|
|
|
2005-01-17 23:56:43 +00:00
|
|
|
VMEM_WARNING= Yes
|
2004-11-11 04:05:25 +00:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|