1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/devel/bcc/Makefile
Tim Vanderhoek 8025d3baa0 .ifndef NOMANCOMPRESS
.def MANCOMPRESSED
.dejavu
1998-08-23 01:08:37 +00:00

21 lines
396 B
Makefile

# New ports collection makefile for: bcc
# Version required: "1995 Mar 12 10:29 UTC"
# Date created: 26 March 1995
# Whom: joerg
#
# $Id: Makefile,v 1.6 1996/11/18 11:22:35 asami Exp $
#
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>