View | Details | Raw Unified | Return to bug 188916
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 8-13 Link Here
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
8
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
9
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
10
DIST_SUBDIR=	python
10
DIST_SUBDIR=	python
11
11
PATCH_SITES=	http://mirror.amdmi3.ru/distfiles/ \
12
PATCH_SITES=	http://mirror.amdmi3.ru/distfiles/ \
12
		${MASTER_SITE_LOCAL:S|%SUBDIR%|amdmi3|}
13
		${MASTER_SITE_LOCAL:S|%SUBDIR%|amdmi3|}
13
PATCHFILES=	glewpy-${PORTVERSION}-generatedsources.diff.bz2
14
PATCHFILES=	glewpy-${PORTVERSION}-generatedsources.diff.bz2
Lines 24-28 Link Here
24
CPPFLAGS+=	-I${LOCALBASE}/include
25
CPPFLAGS+=	-I${LOCALBASE}/include
25
LDFLAGS+=	-L${LOCALBASE}/lib
26
LDFLAGS+=	-L${LOCALBASE}/lib
26
27
27
NO_STAGE=	yes
28
.include <bsd.port.mk>
28
.include <bsd.port.mk>
(-)pkg-descr (-1 / +1 lines)
Lines 3-6 Link Here
3
image processing on the GPU. It serves as a complement to PyOpenGL and toolkits
3
image processing on the GPU. It serves as a complement to PyOpenGL and toolkits
4
such as GLUT and SDL (pygame).
4
such as GLUT and SDL (pygame).
5
5
6
WWW:	http://glewpy.sourceforge.net/
6
WWW: http://glewpy.sourceforge.net/

Return to bug 188916