diff options
author | wiz <wiz@pkgsrc.org> | 2022-01-09 15:42:37 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-01-09 15:42:37 +0000 |
commit | 56d781cea49cc7a46c54b3e9ce42de07dc6a47a7 (patch) | |
tree | f0d1dc185d20971cc8b036b03813014969e7d857 /emulators | |
parent | 3f7a288293c11af0ccb460a3892bb68030a11b3e (diff) | |
download | pkgsrc-56d781cea49cc7a46c54b3e9ce42de07dc6a47a7.tar.gz |
fs-uae-launcher: convert to egg.mk
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/fs-uae-launcher/Makefile | 6 | ||||
-rw-r--r-- | emulators/fs-uae-launcher/PLIST | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/emulators/fs-uae-launcher/Makefile b/emulators/fs-uae-launcher/Makefile index 6cf8e163d1b..d44e532a9f2 100644 --- a/emulators/fs-uae-launcher/Makefile +++ b/emulators/fs-uae-launcher/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.18 2020/12/04 20:45:16 nia Exp $ +# $NetBSD: Makefile,v 1.19 2022/01/09 15:42:37 wiz Exp $ DISTNAME= fs-uae-launcher-3.0.5 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= https://fs-uae.net/stable/${PKGVERSION_NOREV}/ @@ -49,7 +49,7 @@ post-install: .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../lang/python/application.mk" -.include "../../lang/python/distutils.mk" +.include "../../lang/python/egg.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../lang/python/versioned_dependencies.mk" .include "../../mk/bsd.pkg.mk" diff --git a/emulators/fs-uae-launcher/PLIST b/emulators/fs-uae-launcher/PLIST index b320dd7b321..a37bd2de42c 100644 --- a/emulators/fs-uae-launcher/PLIST +++ b/emulators/fs-uae-launcher/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.3 2019/08/22 18:35:22 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/01/09 15:42:37 wiz Exp $ bin/fs-uae-launcher share/applications/fs-uae-launcher.desktop share/doc/fs-uae-launcher/COPYING share/doc/fs-uae-launcher/README -share/fs-uae-launcher/${EGG_FILE} share/fs-uae-launcher/OpenGL/AGL/__init__.py share/fs-uae-launcher/OpenGL/AGL/__init__.pyc share/fs-uae-launcher/OpenGL/AGL/__init__.pyo @@ -6869,6 +6868,10 @@ share/fs-uae-launcher/arcade/ui/gl_widget.py share/fs-uae-launcher/arcade/ui/gl_widget.pyc share/fs-uae-launcher/arcade/ui/gl_widget.pyo share/fs-uae-launcher/fs-uae-launcher +share/fs-uae-launcher/${EGG_INFODIR}/PKG-INFO +share/fs-uae-launcher/${EGG_INFODIR}/SOURCES.txt +share/fs-uae-launcher/${EGG_INFODIR}/dependency_links.txt +share/fs-uae-launcher/${EGG_INFODIR}/top_level.txt share/fs-uae-launcher/fsbc/__init__.py share/fs-uae-launcher/fsbc/__init__.pyc share/fs-uae-launcher/fsbc/__init__.pyo |