mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
f530ca6f9f
- Update MASTER_SITES - Update WWW Changes: https://invisible-island.net/byacc/CHANGES.html
24 lines
412 B
Makefile
24 lines
412 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= byacc
|
|
PORTVERSION= 20180510
|
|
CATEGORIES= devel
|
|
MASTER_SITES= https://invisible-mirror.net/archives/byacc/ \
|
|
LOCAL/sunpoet
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Best yacc variant available
|
|
|
|
LICENSE= PD
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_ARGS= DEFINES="-DMAXTABLE=INT_MAX"
|
|
MAKEFILE= makefile
|
|
TEST_TARGET= check
|
|
USES= tar:tgz
|
|
|
|
PLIST_FILES= bin/yacc \
|
|
man/man1/yacc.1.gz
|
|
|
|
.include <bsd.port.mk>
|