diff options
Diffstat (limited to 'devel/bison175/Makefile')
-rw-r--r-- | devel/bison175/Makefile | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/devel/bison175/Makefile b/devel/bison175/Makefile deleted file mode 100644 index 2e7af2f111d7..000000000000 --- a/devel/bison175/Makefile +++ /dev/null @@ -1,48 +0,0 @@ -# Ports collection makefile for: bison -# Date created: 27 Mar 1999 -# Whom: Jerry Hicks -# -# $FreeBSD$ -# - -PORTNAME= bison -PORTVERSION= 1.75 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A parser generator from FSF, (mostly) compatible with Yacc - -CONFLICTS= bison-[0-9]+ - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -.if !defined(WITHOUT_NLS) -LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext -PLIST_SUB= NLS="" -.else -PLIST_SUB= NLS="@comment " -.endif -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -USE_BZIP2= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS= --disable-nls -.endif -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* - -.include <bsd.port.mk> |