- Update py-sip to 4.19.21 - Update qscintilla2 to 2.11.4 - Replace MASTER_SITE_RIVERBANK with https versions - Replace QSCI2_DISTNAME to match with the new one PR: 245308 Approved by: tcberner (mentor) Exp-run by: antoine
32 lines
896 B
Makefile
32 lines
896 B
Makefile
# Created by: Uffe Jakobsen <uffe@uffe.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fs-uae-launcher
|
|
PORTVERSION= 3.0.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= emulators
|
|
MASTER_SITES= https://fs-uae.net/stable/${PORTVERSION}/
|
|
|
|
MAINTAINER= ndowens@yahoo.com
|
|
COMMENT= GUI launcher for the FS-UAE Amiga emulator
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}python-lhafile>0:archivers/py-python-lhafile@${PY_FLAVOR}
|
|
|
|
USES= gettext gmake gnome pathfix pyqt:5 python:3.4+
|
|
|
|
USE_PYTHON= distutils autoplist noflavors
|
|
USE_PYQT= core sip gui widgets opengl
|
|
|
|
INSTALLS_ICONS= yes
|
|
MAKE_ARGS+= DESTDIR=${STAGEDIR} prefix=${PREFIX} PYTHON=${PYTHON_CMD}
|
|
|
|
PYDISTUTILS_INSTALLARGS+= --install-lib=${PYTHON_SITELIBDIR}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
.include <bsd.port.mk>
|