1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/bcc/Makefile

23 lines
438 B
Makefile
Raw Normal View History

# New ports collection makefile for: bcc
# Date created: 26 March 1995
# Whom: joerg
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-11 21:30:15 +00:00
PORTNAME= bcc
PORTVERSION= 1995.03.12
CATEGORIES= devel lang
2000-04-11 21:30:15 +00: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
.include <bsd.port.mk>