mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
22 lines
482 B
Makefile
22 lines
482 B
Makefile
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rabbyt
|
|
PORTVERSION= 0.8.2
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= CHEESESHOP/source/R/Rabbyt \
|
|
http://mirror.amdmi3.ru/distfiles/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= Rabbyt-${PORTVERSION}
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Fast sprite library for Python
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
PYDISTUTILS_AUTOPLIST= yes
|
|
PYDISTUTILS_ARCHDEP= yes
|
|
USE_GL= gl glu
|
|
|
|
.include <bsd.port.mk>
|