freebsd-ports/devel/bcc/Makefile

20 lines
343 B
Makefile
Raw Normal View History

# Created by: joerg
1999-08-25 07:57:29 +02:00
# $FreeBSD$
2000-04-11 23:30:15 +02:00
PORTNAME= bcc
PORTVERSION= 1995.03.12
CATEGORIES= devel lang
2000-04-11 23:30:15 +02:00
DISTNAME= ${PORTNAME}
MAINTAINER= joerg@FreeBSD.org
COMMENT= Bruce's C compiler (with as and ld); can do 16-bit code
2014-01-22 10:19:18 +01:00
USES= uidfix
CONFLICTS= bin86-[0-9]* dev86-[0-9]*
2014-01-22 10:19:18 +01:00
pre-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/bcc
.include <bsd.port.mk>