aboutsummaryrefslogtreecommitdiff
path: root/devel/bison20/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bison20/Makefile')
-rw-r--r--devel/bison20/Makefile44
1 files changed, 0 insertions, 44 deletions
diff --git a/devel/bison20/Makefile b/devel/bison20/Makefile
deleted file mode 100644
index e7ee86f34150..000000000000
--- a/devel/bison20/Makefile
+++ /dev/null
@@ -1,44 +0,0 @@
-# Ports collection makefile for: bison
-# Date created: 27 Mar 1999
-# Whom: Jerry Hicks
-#
-# $FreeBSD$
-#
-
-PORTNAME= bison
-PORTVERSION= 1.875
-PORTREVISION= 3
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= seanc@FreeBSD.org
-COMMENT= A parser generator from FSF, (mostly) compatible with Yacc
-
-CONFLICTS= bison-[0-9]+
-
-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4
-RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4
-
-NO_LATEST_LINK= yes
-USE_BZIP2= yes
-USE_GETTEXT= yes
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- MAKEINFO="makeinfo --no-split"
-
-MAN1= bison.1
-
-.ifdef USE_BISON
-.error You have `USE_BISON' variable defined either in environment or in make(1) arguments. Please undefine and try again.
-.endif
-
-post-extract:
- @${RM} -f ${WRKSRC}/doc/bison.info*
-
-post-install:
- ${LN} -sf ${LOCALBASE}/bin/bison ${LOCALBASE}/bin/bison1875
-
-.include <bsd.port.mk>