1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/devel/byacc/Makefile
Sunpoet Po-Chuan Hsieh f530ca6f9f Update to 20180510
- Update MASTER_SITES
- Update WWW

Changes:	https://invisible-island.net/byacc/CHANGES.html
2018-05-15 23:58:44 +00:00

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>