1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/devel/bcc/Makefile
Baptiste Daroussin ee154b3c7c Support stage
2014-01-22 09:19:18 +00:00

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>