naddy c326edce1b The ${PROJECT}.googlecode.com/files/ master sites are no longer
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@
2016-10-01 11:54:14 +00:00

22 lines
440 B
Makefile

# $OpenBSD: Makefile,v 1.4 2016/10/01 11:54:18 naddy Exp $
COMMENT = windowing and multimedia library for Python
MODPY_EGG_VERSION = 1.1.4
DISTNAME = pyglet-${MODPY_EGG_VERSION}
CATEGORIES = x11 multimedia
HOMEPAGE = http://www.pyglet.org
MAINTAINER = Edd Barrett <edd@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${MASTER_SITE_GOOGLECODE:=pyglet/}
MODULES = lang/python
NO_TEST = Yes
.include <bsd.port.mk>