1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/devel/bcc/Makefile
Mark Linimon 2f2a2d2860 These ports now build on powerpc64.
Approved by:	portmgr (tier-2 blanket)
2019-04-15 05:55:23 +00:00

25 lines
569 B
Makefile

# Created by: joerg
# $FreeBSD$
PORTNAME= bcc
PORTVERSION= 1995.03.12
PORTREVISION= 2
CATEGORIES= devel lang
MASTER_SITES= LOCAL/joerg
DISTNAME= ${PORTNAME}
MAINTAINER= joerg@FreeBSD.org
COMMENT= Bruce's C compiler (with as and ld); can do 16-bit code
LICENSE= GPLv2
BROKEN_aarch64= fails to link: error adding symbols: File in wrong format
BROKEN_mips= fails to compile: unrecognized command line option "-m32"
BROKEN_mips64= fails to compile: unrecognized command line option "-m32"
USES= uidfix
CONFLICTS= bin86-[0-9]* dev86-[0-9]*
.include <bsd.port.mk>