openbsd-ports/textproc/py-Chart/Makefile

37 lines
797 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.5 2001/10/29 18:23:38 shell Exp $
COMMENT= "python library for creating postscript or PDF charts"
VERSION= 1.11
DISTNAME= PyChart-${VERSION}
PKGNAME= py-Chart-${VERSION}
CATEGORIES= textproc devel
NEED_VERSION= 1.487
HOMEPAGE= http://www.hpl.hp.com/personal/Yasushi_Saito/pychart/
MAINTAINER= Shell Hung <shell@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
PYTHON_VER= 2.1
2001-08-25 09:08:33 -04:00
RUN_DEPENDS+= python${PYTHON_VER}::lang/python
BUILD_DEPENDS= ${RUN_DEPENDS}
SUBST_VARS= PYTHON_VER
PY_CMD= cd ${WRKSRC}; python${PYTHON_VER} ./setup.py
do-build:
${PY_CMD} build --build-base=${WRKSRC}
do-install:
${PY_CMD} install --prefix=${PREFIX}
.include <bsd.port.mk>