2016-06-15 11:04:29 +02:00
|
|
|
# Created by: Johannes Jost Meixner <johannes@perceivon.net>
|
2015-07-01 07:05:53 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= pyganim
|
2015-12-10 15:04:11 +01:00
|
|
|
PORTVERSION= 0.9.2
|
2018-03-10 18:46:04 +01:00
|
|
|
PORTREVISION= 1
|
2015-07-01 07:05:53 +02:00
|
|
|
CATEGORIES= graphics python
|
|
|
|
MASTER_SITES= CHEESESHOP
|
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= Pyganim-${PORTVERSION}
|
|
|
|
|
2018-02-25 06:33:24 +01:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2015-07-01 07:05:53 +02:00
|
|
|
COMMENT= Sprite animation module for Pygame
|
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
2018-02-25 06:33:24 +01:00
|
|
|
RUN_DEPENDS= ${PYGAME}
|
2015-07-01 07:05:53 +02:00
|
|
|
|
|
|
|
USES= python zip
|
2018-02-25 06:33:24 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
2015-12-10 15:04:11 +01:00
|
|
|
NO_ARCH= yes
|
2015-07-01 07:05:53 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|