mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
29 lines
703 B
Makefile
29 lines
703 B
Makefile
# Created by: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= glewpy
|
|
PORTVERSION= 0.7.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DIST_SUBDIR= python
|
|
|
|
PATCH_SITES= http://mirror.amdmi3.ru/distfiles/ \
|
|
${MASTER_SITE_LOCAL:S|%SUBDIR%|amdmi3|}
|
|
PATCHFILES= glewpy-${PORTVERSION}-generatedsources.diff.bz2
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Advanced OpenGL extensions to Python
|
|
|
|
BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex
|
|
|
|
USE_GL= glew
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS=yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|