freebsd-ports/graphics/py-cgkit/Makefile
Ying-Chieh Liao 6df29d509c add py-cgkit 1.1.0
Python Computer Graphics Kit
2004-04-15 05:50:37 +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.1.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>