blob: e4efc2169108bcd1b58c94f87474cb85c2e5e9c4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 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>
|