745c7850fd
This module implements the algorithm for the solution of Bezier curves as presented by Robert D. Miller in Graphics Gems V, "Quick and Simple Bezier Curve Drawing".
18 lines
357 B
Makefile
18 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/20 05:01:05 msf Exp $
|
|
|
|
COMMENT= perl module for solving bezier curves
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Math-Bezier-0.01
|
|
CATEGORIES= math
|
|
|
|
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
|
|
|
|
# perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|