diff options
author | ade <ade@FreeBSD.org> | 2005-11-18 10:06:36 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-11-18 10:06:36 +0800 |
commit | f19ad13f951a5f675aabb2d0d1e62c1e06c7f591 (patch) | |
tree | 9852d59c2a2677ab37e17d8ca8773080e3802250 /devel/bison-devel/Makefile | |
parent | f46da23e07306e0dd8380e7c6338d0d1fa287d2a (diff) | |
download | freebsd-ports-gnome-f19ad13f951a5f675aabb2d0d1e62c1e06c7f591.tar.gz freebsd-ports-gnome-f19ad13f951a5f675aabb2d0d1e62c1e06c7f591.tar.zst freebsd-ports-gnome-f19ad13f951a5f675aabb2d0d1e62c1e06c7f591.zip |
Remove bison-devel now that the only consumer (openoffice-2.0) has
be converted over to using the newly imported bison2
Many thanks to: maho
Diffstat (limited to 'devel/bison-devel/Makefile')
-rw-r--r-- | devel/bison-devel/Makefile | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/devel/bison-devel/Makefile b/devel/bison-devel/Makefile deleted file mode 100644 index 51204b7f7ae3..000000000000 --- a/devel/bison-devel/Makefile +++ /dev/null @@ -1,44 +0,0 @@ -# Ports collection makefile for: bison-devel -# Date created: 20 Nov 2004 -# Whom: NAKATA, Maho <maho@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= bison -PORTVERSION= 1.875d -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} -MASTER_SITE_SUBDIR= ${PORTNAME} -PKGNAMESUFFIX= -devel -DISTNAME= bison-${PORTVERSION} - -MAINTAINER= ade@FreeBSD.org -COMMENT= Alpha version of bison - -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= ${BUILD_DEPENDS} - -DEPRECATED= Use devel/bison2 -EXPIRATION_DATE= 2005-12-16 - -CONFLICTS= bison-1.7[0-9]* bison-2.[0-9]* -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" - -MAN1= bison.1 -INFO= bison - -.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-install: - ${LN} -sf ${PREFIX}/bin/bison ${PREFIX}/bin/bison-devel - -.include <bsd.port.mk> |