pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

(cross/Retro68) change category. still looking for hfs.h



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Mon Jan 29 00:22:53 2024 +0900
Changeset:	a21bd81323f8d4d1ea08ca036d45794b3f27a688

Modified Files:
	Retro68/Makefile

Log Message:
(cross/Retro68) change category. still looking for hfs.h

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a21bd81323f8d4d1ea08ca036d45794b3f27a688

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Retro68/Makefile | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diffs:
diff --git a/Retro68/Makefile b/Retro68/Makefile
index 3d6d5ebdf4..ec4d6b693d 100644
--- a/Retro68/Makefile
+++ b/Retro68/Makefile
@@ -1,21 +1,23 @@
 # $NetBSD$
 
-GITHUB_TAG=	refs/tags/v${PKGVERSION_NOREV}
-DISTNAME=	Retro68-2019.8.2
-CATEGORIES=	emulators
+VERSION=	2019.8.2
+DISTNAME=	Retro68-${VERSION}
+CATEGORIES=	cross
 MASTER_SITES=	${MASTER_SITE_GITHUB:=autc04/}
+GITHUB_TAG=	v${VERSION}
 
 MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=	https://github.com/autc04/Retro68/
-COMMENT=	M68k emulation
+COMMENT=	M68k cross compiler environment
 LICENSE=	gnu-gpl-v3
 
-USE_TOOLS+=		pkg-config
+USE_TOOLS+=		pkg-config gmake
 USE_PKGLOCALEDIR=	yes
 USE_LANGUAGES=		c c++ fortran
 
-WRKSRC=		${WRKDIR}/${DISTNAME}
+#RKSRC=		${WRKDIR}/${DISTNAME}
 CPPFLAGS+=	-Iinclude/libhfs
+CFLAGS+=	-Ihfsutils/libhfs
 
 # check-portability
 SUBST_CLASSES=		equal-test


Home | Main Index | Thread Index | Old Index