2003-07-31 15:11:59 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2003/07/31 19:11:59 sturm Exp $
|
2001-07-01 03:19:08 -04:00
|
|
|
|
|
|
|
|
2002-06-10 02:23:13 -04:00
|
|
|
COMMENT= "python library for creating postscript or PDF charts"
|
2001-07-01 03:19:08 -04:00
|
|
|
|
2002-06-10 02:23:13 -04:00
|
|
|
VERSION= 1.18
|
|
|
|
DISTNAME= PyChart-${VERSION}
|
|
|
|
PKGNAME= py-Chart-${VERSION}
|
2003-07-31 15:11:59 -04:00
|
|
|
CATEGORIES= textproc devel
|
2001-07-01 03:19:08 -04:00
|
|
|
|
2002-06-10 02:23:13 -04:00
|
|
|
HOMEPAGE= http://www.hpl.hp.com/personal/Yasushi_Saito/pychart/
|
2001-07-01 03:19:08 -04:00
|
|
|
|
2002-06-10 02:23:13 -04:00
|
|
|
MAINTAINER= Shell Hung <shell@openbsd.org>
|
2001-07-01 03:19:08 -04:00
|
|
|
|
2003-07-31 15:11:59 -04:00
|
|
|
# GPL
|
2001-07-01 03:19:08 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-06-10 02:23:13 -04:00
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
2001-07-01 03:19:08 -04:00
|
|
|
|
2003-07-31 15:11:59 -04:00
|
|
|
MODULES= python
|
2001-07-01 03:19:08 -04:00
|
|
|
|
2001-11-05 12:04:11 -05:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2001-07-01 03:19:08 -04:00
|
|
|
.include <bsd.port.mk>
|