pkgsrc/devel/byacc/Makefile
fcambus 20046576db byacc: update to 20220128.
2022-01-28  Thomas E. Dickey  <dickey@invisible-island.net>

	* package/debian/copyright: update, fix typo

	* package/debian/rules, package/debian/control:
	adapt from current Debian package

	* configure: regen

	* configure.in:
	change default for the backtracking option to match the most-common usage
	of byacc

	* VERSION, package/byacc.spec, package/debian/changelog,
	  package/pkgsrc/Makefile:
	update packaging, renaming debian folder back to its original location to
	verify that the version-mangling used in the accepted Debian package will work
	with the continuous-integration system.

2022-01-18  Thomas E. Dickey  <dickey@invisible-island.net>

	* package/debian/watch: adapt from current Debian package
2022-01-30 10:37:40 +00:00

17 lines
391 B
Makefile

# $NetBSD: Makefile,v 1.29 2022/01/30 10:37:40 fcambus Exp $
#
DISTNAME= byacc-20220128
CATEGORIES= devel
MASTER_SITES= https://invisible-mirror.net/archives/byacc/
EXTRACT_SUFX= .tgz
MAINTAINER= fcambus@NetBSD.org
HOMEPAGE= https://invisible-island.net/byacc/byacc.html
COMMENT= Berkeley Yacc
LICENSE= public-domain
GNU_CONFIGURE= YES
MAKE_FILE= makefile
.include "../../mk/bsd.pkg.mk"