daniel d25a38abf3 As edd@ discovered, fs-uae-launcher includes its own private copy of
py-six which breaks ports like matplotlib when both are installed. Apply
a fix taken from arch linux.

ok edd@ (MAINTAINER)
2015-01-15 01:28:06 +00:00

27 lines
579 B
Makefile

# $OpenBSD: Makefile,v 1.2 2015/01/15 01:28:06 daniel Exp $
COMMENT = launcher for the FS-UAE Amiga emulator
MODPY_EGG_VERSION = 2.4.0
REVISION = 0
DISTNAME = fs-uae-launcher-${MODPY_EGG_VERSION}
CATEGORIES = emulators x11
HOMEPAGE = http://fs-uae.net
MAINTAINER = Edd Barrett <edd@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://fs-uae.net/fs-uae/stable/${MODPY_EGG_VERSION}/
MODULES = lang/python
RUN_DEPENDS = emulators/fs-uae \
x11/py-wxPython \
devel/pygame \
devel/py-six \
x11/py-qt4
NO_TEST = Yes
.include <bsd.port.mk>