mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
4745bf8510
Approved by: portmgr (erwin)
29 lines
665 B
Makefile
29 lines
665 B
Makefile
# New ports collection makefile for: py-rabbyt
|
|
# Date created: 12 Oct 2007
|
|
# Whom: Dmitry Marakasov <amdmi3@amdmi3.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rabbyt
|
|
PORTVERSION= 0.8.2
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= ${MASTER_SITE_CHEESESHOP} \
|
|
http://mirror.amdmi3.ru/distfiles/
|
|
MASTER_SITE_SUBDIR=source/R/Rabbyt
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
DISTNAME= Rabbyt-${PORTVERSION}
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= A fast sprite library for Python
|
|
|
|
USE_PYTHON= 2.5+
|
|
USE_PYDISTUTILS= easy_install
|
|
PYDISTUTILS_PKGNAME= Rabbyt
|
|
PYEASYINSTALL_ARCHDEP= yes
|
|
USE_GL= gl glu
|
|
|
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
|
|
|
.include <bsd.port.mk>
|