e3d0156e55
This reverts commit 09a2196b7a
.
This wasn't approved by the maintainer and may require more testing.
@sunpoet: My apologies for not rebasing/rearranging the mailman commits.
39 lines
831 B
Makefile
39 lines
831 B
Makefile
# Created by: Jerry Hicks
|
|
|
|
PORTNAME= bison
|
|
PORTVERSION= 3.7.6
|
|
PORTEPOCH= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Parser generator from FSF, (mostly) compatible with Yacc
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= m4>=1.4.16,1:devel/m4
|
|
|
|
USES= charsetfix compiler:c11 cpe iconv localbase makeinfo perl5 readline tar:xz
|
|
USE_PERL5= build
|
|
|
|
CONFIGURE_ARGS= --disable-yacc --enable-relocatable
|
|
GNU_CONFIGURE= yes
|
|
LIBS+= -lm
|
|
TEST_TARGET= check
|
|
|
|
INFO= bison
|
|
|
|
CPE_VENDOR= gnu
|
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_BUILD_DEPENDS= libtextstyle>=0.21:devel/libtextstyle
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
NLS_CONFIGURE_OFF= ac_cv_libtextstyle=no
|
|
NLS_LIB_DEPENDS= libtextstyle.so:devel/libtextstyle
|
|
NLS_USES= gettext
|
|
|
|
.include <bsd.port.mk>
|