pkgsrc/devel/xa65/Makefile
fcambus 72e08fba6d xa65: update to 2.3.13.
ChangeLog:

  * Fix // and /* */ in quoted strings. Incredible no one ever hit this
    before (thanks ZornsLemma).
  * Segfault fixes for file65, reloc65 and xa. Remember, kids, if you ever
    run xa as root all kittens will die. Please save the kittens (thanks
    Stephen Kitt).
  * Just compare to null in the preprocessor (thanks Bas Wassink).
  * Testsuite expanded.
2022-04-10 13:55:32 +00:00

15 lines
415 B
Makefile

# $NetBSD: Makefile,v 1.7 2022/04/10 13:55:32 fcambus Exp $
DISTNAME= xa-2.3.13
PKGNAME= ${DISTNAME:S/xa/xa65/}
CATEGORIES= devel
MASTER_SITES= https://www.floodgap.com/retrotech/xa/dists/
MAINTAINER= mwilhelmy@users.sourceforge.net
HOMEPAGE= https://www.floodgap.com/retrotech/xa/
COMMENT= Cross assembler for MOS Technologies 6502
LICENSE= gnu-gpl-v2
NO_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"