2016-06-15 11:04:29 +02:00
|
|
|
# Created by: Johannes Jost Meixner <johannes@perceivon.net>
|
2015-07-01 07:05:53 +02:00
|
|
|
|
|
|
|
PORTNAME= pyganim
|
2015-12-10 15:04:11 +01:00
|
|
|
PORTVERSION= 0.9.2
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 3
|
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
|
|
|
|
|
2021-02-06 21:46:36 +01:00
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>=0:devel/py-game@${PY_FLAVOR}
|
2015-07-01 07:05:53 +02:00
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+ zip
|
2018-02-25 06:33:24 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
2021-02-06 21:46:36 +01:00
|
|
|
|
2015-12-10 15:04:11 +01:00
|
|
|
NO_ARCH= yes
|
2015-07-01 07:05:53 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|