edd bb6e9a9aa1 Import fs-uae-launcher-2.4.0.
The fs-uae launcher was moved from the main fs-uae source tree, thus it
now makes sense for it to have its own port now.

OK bcallah@
2014-03-15 13:11:58 +00:00

25 lines
548 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2014/03/15 13:11:58 edd Exp $
COMMENT = launcher for the FS-UAE Amiga emulator
MODPY_EGG_VERSION = 2.4.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 \
x11/py-qt4
NO_TEST = Yes
.include <bsd.port.mk>