aboutsummaryrefslogblamecommitdiff
path: root/graphics/py-rabbyt/Makefile
blob: 3192ce359ac6e27f4fd532e33783b55661ef6793 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                 
           


                      
                 
                               
                                            
                                                  


                                       
                                  
                                              
 


                                   
 
             
                                                                      
 
                      
# Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
# $FreeBSD$

PORTNAME=	rabbyt
PORTVERSION=	0.8.2
PORTREVISION=	1
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

USES=		python
USE_PYTHON=	distutils autoplist
USE_GL=		gl glu

post-install:
	${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rabbyt/*.so

.include <bsd.port.mk>