mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
20 lines
343 B
Makefile
20 lines
343 B
Makefile
# Created by: joerg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bcc
|
|
PORTVERSION= 1995.03.12
|
|
CATEGORIES= devel lang
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= Bruce's C compiler (with as and ld); can do 16-bit code
|
|
|
|
USES= uidfix
|
|
|
|
CONFLICTS= bin86-[0-9]* dev86-[0-9]*
|
|
|
|
pre-install:
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/bcc
|
|
|
|
.include <bsd.port.mk>
|