freebsd-ports/emulators/fs-uae-launcher/Makefile
Boris Samorodov 156c6cb357 Thank you Uffe for your past work on FreeBSD ports! Hope you'll find time
to contribute to FreeBSD in the future. Reset Uffe's ports maintainership.

Requested by:	 Uffe Jakobsen <uffe@uffe.org> (maintainer, via e-mail)
2016-10-09 22:01:34 +00:00

24 lines
577 B
Makefile

# Created by: Uffe Jakobsen <uffe@uffe.org>
# $FreeBSD$
PORTNAME= fs-uae-launcher
PORTVERSION= 2.4.1
CATEGORIES= emulators
MASTER_SITES= http://fs-uae.net/fs-uae/stable/${PORTVERSION}/
MAINTAINER= ports@FreeBSD.org
COMMENT= GUI launcher for the FS-UAE Amiga emulator
LICENSE= GPLv2
USES= gettext gmake pathfix python shebangfix
INSTALLS_ICONS= yes
MAKE_ARGS= DESTDIR=${STAGEDIR} prefix=${PREFIX}
do-build:
(cd ${WRKSRC} && ${PYTHON_CMD} setup.py build)
(cd ${WRKSRC} && ${PYTHON_CMD} \
setup.py install --root ${STAGEDIR} --prefix ${PREFIX})
.include <bsd.port.mk>