head	1.2;
access;
symbols
	pkgsrc-2026Q1:1.2.0.16
	pkgsrc-2026Q1-base:1.2
	pkgsrc-2025Q4:1.2.0.14
	pkgsrc-2025Q4-base:1.2
	pkgsrc-2025Q3:1.2.0.12
	pkgsrc-2025Q3-base:1.2
	pkgsrc-2025Q2:1.2.0.10
	pkgsrc-2025Q2-base:1.2
	pkgsrc-2025Q1:1.2.0.8
	pkgsrc-2025Q1-base:1.2
	pkgsrc-2024Q4:1.2.0.6
	pkgsrc-2024Q4-base:1.2
	pkgsrc-2024Q3:1.2.0.4
	pkgsrc-2024Q3-base:1.2
	pkgsrc-2024Q2:1.2.0.2
	pkgsrc-2024Q2-base:1.2
	pkgsrc-2024Q1:1.1.0.8
	pkgsrc-2024Q1-base:1.1
	pkgsrc-2023Q4:1.1.0.6
	pkgsrc-2023Q4-base:1.1
	pkgsrc-2023Q3:1.1.0.4
	pkgsrc-2023Q3-base:1.1
	pkgsrc-2023Q2:1.1.0.2
	pkgsrc-2023Q2-base:1.1;
locks; strict;
comment	@# @;


1.2
date	2024.06.10.16.48.35;	author thorpej;	state Exp;
branches;
next	1.1;
commitid	dwaViVops6AhqsdF;

1.1
date	2023.04.25.03.28.37;	author thorpej;	state Exp;
branches;
next	;
commitid	duz9MLc7z9mofrmE;


desc
@@


1.2
log
@Update to latest upstream version (c376d566e88d480160b002f6e085810648e36cb5).

This fixes an issue on the GAL22V10 feeding back from a registered output
back to the AND gate matrix; the feedback in this case is always taken from
the /Q of the flip-flop, and the compiler did not account for this correctly.
@
text
@# $NetBSD: Makefile,v 1.1 2023/04/25 03:28:37 thorpej Exp $

# There is no tag on Github for 2.1, but that's what the program
# claims to be when you run it.
GALASM_VERSION=2.1.0.2023.11.29

DISTNAME=	GALasm-${GALASM_VERSION}
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GITHUB:=daveho/}
GITHUB_TAG=	c376d566e88d480160b002f6e085810648e36cb5

MAINTAINER=	thorpej@@NetBSD.org
HOMEPAGE=	https://github.com/daveho/GALasm
COMMENT=	Portable GAL assembler
LICENSE=	galasm-license

RESTRICTED=	Commercial use is strictly forbidden

NO_BIN_ON_CDROM=	${RESTRICTED}
NO_BIN_ON_FTP=		${RESTRICTED}

INSTALLATION_DIRS=	bin share/doc/galasm

do-build:
	cd ${WRKSRC}/src && ${MAKE}

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/src/galasm \
	    ${DESTDIR}${PREFIX}/bin
	for file in ${WRKSRC}/galer/*; do \
		${INSTALL_DATA} $$file ${DESTDIR}${PREFIX}/share/doc/galasm; \
	done

.include "../../mk/bsd.pkg.mk"
@


1.1
log
@Add a package for GALasm, a portable GAL assembler.
@
text
@d1 1
a1 1
# $NetBSD$
d5 1
a5 1
GALASM_VERSION=2.1
d10 1
a10 1
GITHUB_TAG=	290d0cf9dcd0d9749167c9019ad694db2c3360dd
@

