freebsd-ports/graphics/py-glewpy/Makefile

34 lines
767 B
Makefile
Raw Normal View History

# New ports collection makefile for: py-glewpy
# Date created: 2006-09-26
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= glewpy
PORTVERSION= 0.7.4
PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= SF
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DIST_SUBDIR= python
MAINTAINER= acm@FreeBSD.org
COMMENT= Advanced OpenGL extensions to Python
BUILD_DEPENDS= pyrex>=0.9.6.2:${PORTSDIR}/devel/pyrex
LIB_DEPENDS= GLEW.1:${PORTSDIR}/graphics/glew
BROKEN= fails to install
DEPRECATED= Has been broken for more than 6 months
EXPIRATION_DATE=2008-09-19
USE_PYTHON= 2.4+
USE_PYDISTUTILS=yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
.include <bsd.port.mk>