049d18c583
user, so it's not nice to try to use an option that will try to chown if the repository isn't owned by the builder. (Some OS's do in fact cause an error when the chown in "cp -p" fails.)
26 lines
724 B
Makefile
26 lines
724 B
Makefile
# $NetBSD: Makefile,v 1.10 2005/01/06 05:36:28 tv Exp $
|
|
# FreeBSD Id: Makefile,v 1.6 1996/11/18 11:22:35 asami Exp
|
|
#
|
|
|
|
DISTNAME= bcc
|
|
PKGNAME= bcc-95.3.12
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER= tsarna@NetBSD.org
|
|
COMMENT= Bruce Evans' C compiler (with as and ld); can do 16-bit code
|
|
|
|
NOT_FOR_PLATFORM= *-*-alpha # Severe LP64 problems
|
|
|
|
MANCOMPRESSED_IF_MANZ= yes
|
|
|
|
do-configure:
|
|
${RM} -f ${WRKSRC}/as/typeconv.o
|
|
${MV} ${WRKSRC}/bcc ${WRKSRC}/bcc-cc1
|
|
${MKDIR} ${WRKSRC}/bcc
|
|
${CP} ${FILESDIR}/Makefile.bcc ${WRKSRC}/bcc/Makefile
|
|
${CP} ${FILESDIR}/ld86.1 ${WRKSRC}/ld/
|
|
${CP} ${FILESDIR}/as86.1 ${WRKSRC}/as/
|
|
${CP} ${FILESDIR}/bcc.1 ${WRKSRC}/bcc/
|
|
${CP} ${FILESDIR}/bcc-cc1.1 ${WRKSRC}/bcc-cc1/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|