Lines 2-21
Link Here
|
2 |
# $FreeBSD: head/emulators/fs-uae-launcher/Makefile 517045 2019-11-08 10:08:49Z tobik $ |
2 |
# $FreeBSD: head/emulators/fs-uae-launcher/Makefile 517045 2019-11-08 10:08:49Z tobik $ |
3 |
|
3 |
|
4 |
PORTNAME= fs-uae-launcher |
4 |
PORTNAME= fs-uae-launcher |
5 |
PORTVERSION= 2.8.4 |
5 |
PORTVERSION= 3.0.2 |
6 |
PORTREVISION= 2 |
|
|
7 |
CATEGORIES= emulators |
6 |
CATEGORIES= emulators |
8 |
MASTER_SITES= http://fs-uae.net/fs-uae/stable/${PORTVERSION}/ |
7 |
MASTER_SITES= https://fs-uae.net/stable/${PORTVERSION}/ |
9 |
|
8 |
|
10 |
MAINTAINER= ndowens@yahoo.com |
9 |
MAINTAINER= ndowens@yahoo.com |
11 |
COMMENT= GUI launcher for the FS-UAE Amiga emulator |
10 |
COMMENT= GUI launcher for the FS-UAE Amiga emulator |
12 |
|
11 |
|
13 |
BROKEN= unfetchable |
|
|
14 |
|
15 |
LICENSE= GPLv2+ |
12 |
LICENSE= GPLv2+ |
16 |
LICENSE_FILE= ${WRKSRC}/COPYING |
13 |
LICENSE_FILE= ${WRKSRC}/COPYING |
17 |
|
14 |
|
18 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} |
15 |
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ |
|
|
16 |
${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ |
17 |
${PYTHON_PKGNAMEPREFIX}python-lhafile>0:archivers/py-python-lhafile@${PY_FLAVOR} |
19 |
|
18 |
|
20 |
USES= gettext gmake gnome pathfix pyqt:5 python:3.4+ |
19 |
USES= gettext gmake gnome pathfix pyqt:5 python:3.4+ |
21 |
|
20 |
|