diff options
author | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2007-10-17 10:13:01 +0000 |
commit | dbd39ca660cafa3d1f2acebf05c86bf17a035ff8 (patch) | |
tree | 5d14b5c3a50461b8a6096fcc383dc2181cb624b7 /devel/bison2/Makefile | |
parent | 74313458803db4f95050b550b038051b82c96b67 (diff) |
Notes
Diffstat (limited to 'devel/bison2/Makefile')
-rw-r--r-- | devel/bison2/Makefile | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/devel/bison2/Makefile b/devel/bison2/Makefile deleted file mode 100644 index 16b48e68deb8..000000000000 --- a/devel/bison2/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# Ports collection makefile for: bison -# Date created: 27 Mar 1999 -# Whom: Jerry Hicks -# -# $FreeBSD$ -# - -PORTNAME= bison -PORTVERSION= 2.3 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= ${PORTNAME} - -MAINTAINER= ade@FreeBSD.org -COMMENT= A parser generator from FSF, (mostly) compatible with Yacc - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 - -CONFLICTS= bison-1.* - -NO_LATEST_LINK= yes -USE_BZIP2= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -MAN1= bison.1 -INFO= bison - -CONFIGURE_ARGS+=--disable-yacc -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.else -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.endif - -.ifdef USE_BISON -.error You have `USE_BISON' variable defined either in environment or in make(1) arguments. Please undefine and try again. -.endif - -.include <bsd.port.pre.mk> - -post-extract: - @${RM} -f ${WRKSRC}/doc/bison.info* - -# -# Requires texinfo 4.8 or above -# -.if ${OSVERSION} < 601000 - @${REINPLACE_CMD} "/^@headitem/d" ${WRKSRC}/doc/bison.texinfo -.endif - -post-install: - ${LN} -sf ${PREFIX}/bin/bison ${PREFIX}/bin/bison2 - -.if !defined(NOPORTDOCS) - ${MKDIR} ${EXAMPLESDIR}/calc++ - ${INSTALL_DATA} ${WRKSRC}/examples/calc++/*.[chly]* \ - ${EXAMPLESDIR}/calc++ -.endif - -.include <bsd.port.post.mk> |