freebsd-ports/devel/bcc/Makefile
Ade Lovett 7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +00:00

22 lines
400 B
Makefile

# New ports collection makefile for: bcc
# Date created: 26 March 1995
# Whom: 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
MAN1= as86.1 bcc.1 bcc-cc1.1 ld86.1
.if !defined(NOMANCOMPRESS)
MANCOMPRESSED= yes
.endif
.include <bsd.port.mk>