Import NetBSD byacc

This commit is contained in:
Thomas Veerman
2012-06-06 13:25:48 +00:00
parent 18a5822eff
commit 4a17663c14
116 changed files with 34002 additions and 4964 deletions

View File

@@ -0,0 +1,19 @@
# $NetBSD: Makefile,v 1.1.1.1 2010/12/23 23:36:27 christos Exp $
#
DISTNAME= byacc-20050813
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://invisible-island.net/byacc/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://dickey.his.com/byacc/byacc.html
COMMENT= Berkeley Yacc
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
MAKE_FILE= makefile
.include "../../mk/bsd.pkg.mk"