opnsense-ports/devel/bcc/Makefile
Franco Fichtner b59c460a67 */*: sync with upstream
Taken from: HardenedBSD
2018-07-03 10:11:41 +02:00

25 lines
667 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"
BROKEN_powerpc64= fails to link: skipping incompatible /usr/lib/libgcc.a when searching for -lgcc
USES= uidfix
CONFLICTS= bin86-[0-9]* dev86-[0-9]*
.include <bsd.port.mk>