0a376afa3b
- Remove patch-aa, no file found, no similar lines found. - Add LICENSE= public-domain, following line is found in README Berkeley Yacc is in the public domain. (upstream) - Update from 20050813 to 20141128 - CHANGLOG found but too huge to quote here.
17 lines
380 B
Makefile
17 lines
380 B
Makefile
# $NetBSD: Makefile,v 1.13 2014/12/15 06:04:13 mef Exp $
|
|
#
|
|
|
|
DISTNAME= byacc-20141128
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://invisible-island.net/byacc/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://invisible-island.net/byacc/byacc.html
|
|
COMMENT= Berkeley Yacc
|
|
LICENSE= public-domain
|
|
|
|
GNU_CONFIGURE= YES
|
|
MAKE_FILE= makefile
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|