aboutsummaryrefslogtreecommitdiff
path: root/devel/bison2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/bison2/Makefile')
-rw-r--r--devel/bison2/Makefile36
1 files changed, 0 insertions, 36 deletions
diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile
deleted file mode 100644
index f9c118fa8644..000000000000
--- a/devel/bison2/Makefile
+++ /dev/null
@@ -1,36 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: bison
-# Date created: 27 Mar 1999
-# Whom: Jerry Hicks
-#
-# $FreeBSD$
-#
-
-PORTNAME= bison
-PORTVERSION= 1.35
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= bison
-
-MAINTAINER= ports@FreeBSD.org
-
-LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
-
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --with-included-gettext
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- MAKEINFO="makeinfo --no-split"
-CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
-
-MAN1= bison.1
-
-post-extract:
- @${RM} -f ${WRKSRC}/doc/bison.info*
-
-post-install:
- install-info ${PREFIX}/info/bison.info ${PREFIX}/info/dir
-
-.include <bsd.port.mk>