summaryrefslogtreecommitdiff
path: root/devel/bcc/Makefile
blob: 1c3c3ff98941a5e5a35ea180ac879c65091a1a7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for:	bcc
# Version required:	"1995 Mar 12 10:29 UTC"
# Date created:		26 March 1995
# Whom:			joerg
#
# $FreeBSD$
#

DISTNAME=	bcc
PKGNAME=	bcc-95.3.12
CATEGORIES=	devel lang

MAINTAINER=	joerg@FreeBSD.org

MAN1=		as86.1 bcc.1 bcc-cc1.1 ld86.1
.if !defined(NOMANCOMPRESS)
MANCOMPRESSED=	yes
.endif

.include <bsd.port.mk>