freebsd-ports/graphics/py-cgkit/Makefile
Pav Lucistnik 4e2d036527 - Update to 1.2.0
PR:		ports/77641
Submitted by:	Clive Crous <clive@darkarts.co.za>
2005-02-17 18:27:04 +00:00

27 lines
544 B
Makefile

# ex:ts=8
# Ports collection makefile for: cgkit
# Date created: Apr 15, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= cgkit
PORTVERSION= 1.2.0
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= Python Computer Graphics Kit
USE_ZIP= yes
USE_REINPLACE= yes
USE_PYTHON= yes
USE_PYDISTUTILS= yes
post-patch:
@${REINPLACE_CMD} -e "s,iostream\.h,iostream," ${WRKSRC}/src/noisemodule.cpp
.include <bsd.port.mk>