accessible, but the distfiles are still available at an archive URL. Introduce MASTER_SITE_GOOGLECODE and use it for all affected ports. ok czarkoff@ danj@ sthen@
30 lines
545 B
Makefile
30 lines
545 B
Makefile
# $OpenBSD: Makefile,v 1.15 2016/10/01 11:54:15 naddy Exp $
|
|
|
|
COMMENT= multimedia framework for Python
|
|
|
|
MODPY_EGG_VERSION= 1.5
|
|
DISTNAME= PyGraphics-${MODPY_EGG_VERSION}
|
|
PKGNAME= py-graphics-${MODPY_EGG_VERSION}
|
|
REVISION= 9
|
|
EPOCH= 0
|
|
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= https://code.google.com/p/pygraphics/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLECODE:=pygraphics/}
|
|
|
|
MODULES= lang/python
|
|
|
|
WRKDIST= ${WRKDIR}
|
|
PKG_ARCH= *
|
|
NO_TEST= Yes
|
|
|
|
RUN_DEPENDS= ${MODPY_TKINTER_DEPENDS} \
|
|
graphics/py-Pillow
|
|
|
|
.include <bsd.port.mk>
|