Tue Jan 9 12:57:06 2024 UTC (150d)
fs-uae-qemu-uae: fix typo in COMMENT


(wiz)
diff -r1.1 -r1.2 pkgsrc/emulators/fs-uae-qemu-uae/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/emulators/fs-uae-qemu-uae/Makefile (expand / switch to unified diff)

--- pkgsrc/emulators/fs-uae-qemu-uae/Makefile 2024/01/09 12:08:13 1.1
+++ pkgsrc/emulators/fs-uae-qemu-uae/Makefile 2024/01/09 12:57:05 1.2
@@ -1,25 +1,25 @@ @@ -1,25 +1,25 @@
1# $NetBSD: Makefile,v 1.1 2024/01/09 12:08:13 ryoon Exp $ 1# $NetBSD: Makefile,v 1.2 2024/01/09 12:57:05 wiz Exp $
2 2
3DISTNAME= qemu-uae-3.8.6 3DISTNAME= qemu-uae-3.8.6
4PKGNAME= fs-uae-${DISTNAME} 4PKGNAME= fs-uae-${DISTNAME}
5CATEGORIES= emulators 5CATEGORIES= emulators
6MASTER_SITES= ${MASTER_SITE_GITHUB:=FrodeSolheim/} 6MASTER_SITES= ${MASTER_SITE_GITHUB:=FrodeSolheim/}
7GITHUB_PROJECT= qemu-uae 7GITHUB_PROJECT= qemu-uae
8GITHUB_TAG= v${PKGVERSION_NOREV} 8GITHUB_TAG= v${PKGVERSION_NOREV}
9 9
10MAINTAINER= ryoon@NetBSD.org 10MAINTAINER= ryoon@NetBSD.org
11HOMEPAGE= https://github.com/FrodeSolheim/qemu-uae/ 11HOMEPAGE= https://github.com/FrodeSolheim/qemu-uae/
12COMMENT= FS-UAE plugin for PPC and nwtworking support 12COMMENT= FS-UAE plugin for PPC and networking support
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15DEPENDS+= fs-uae>=3.1.66nb4:../../emulators/fs-uae 15DEPENDS+= fs-uae>=3.1.66nb4:../../emulators/fs-uae
16 16
17HAS_CONFIGURE= yes 17HAS_CONFIGURE= yes
18USE_TOOLS+= pkg-config 18USE_TOOLS+= pkg-config
19USE_PKGLOCALEDIR= yes 19USE_PKGLOCALEDIR= yes
20USE_LANGUAGES= c c++ 20USE_LANGUAGES= c c++
21USE_TOOLS+= gmake 21USE_TOOLS+= gmake
22 22
23CFLAGS+= -DQEMU_UAE 23CFLAGS+= -DQEMU_UAE
24CFLAGS+= -fPIC 24CFLAGS+= -fPIC
25 25