freebsd-ports/devel/bcc/Makefile

20 lines
380 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
CONFLICTS= bin86-[0-9]* dev86-[0-9]*
MAN1= as86.1 bcc.1 bcc-cc1.1 ld86.1
.if !defined(NO_MANCOMPRESS)
MANCOMPRESSED= yes
.endif
NO_STAGE= yes
.include <bsd.port.mk>