239ae26a0f
- while here, remove WWW from DESCR all work done by Xavier Santolaria <xavier@santolaria.net>
28 lines
531 B
Makefile
28 lines
531 B
Makefile
# $OpenBSD: Makefile,v 1.12 2003/07/31 19:11:59 sturm Exp $
|
|
|
|
|
|
COMMENT= "python library for creating postscript or PDF charts"
|
|
|
|
VERSION= 1.18
|
|
DISTNAME= PyChart-${VERSION}
|
|
PKGNAME= py-Chart-${VERSION}
|
|
CATEGORIES= textproc devel
|
|
|
|
HOMEPAGE= http://www.hpl.hp.com/personal/Yasushi_Saito/pychart/
|
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MODULES= python
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|