pkgsrc/lang/pcc/Makefile
reed 4e1df0cb5c allow this to build on NetBSD-*-x86_64
I didn't check the others.
We should make consider just removing all these ONLY_FOR_PLATFORM
restrictions and just make the description or a +DISPLAY message
clear on what is supported.
cVS: ----------------------------------------------------------------------
2011-10-31 11:55:51 +00:00

32 lines
858 B
Makefile

# $NetBSD: Makefile,v 1.13 2011/10/31 11:55:51 reed Exp $
DISTNAME= pcc-1.0.0
CATEGORIES= lang
MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc-releases/ \
http://pcc.ludd.ltu.se/ftp/pub/pcc-releases/
EXTRACT_SUFX= .tgz
PKG_DESTDIR_SUPPORT= user-destdir
MAINTAINER= reed@reedmedia.net
HOMEPAGE= http://pcc.ludd.ltu.se/
COMMENT= Portable C compiler
ONLY_FOR_PLATFORM= NetBSD-*-arm* NetBSD-*-i386 NetBSD-*-mips* \
NetBSD-*-powerpc NetBSD-*-sparc64 NetBSD-*-vax \
NetBSD-*-x86_64 \
OpenBSD-*-i386 OpenBSD-*-vax \
OpenBSD-*-powerpc OpenBSD-*-sparc64 \
DragonFly-*-i386 \
MirBSD-*-i386 \
Darwin-*-i386 Darwin-*-powerpc \
FreeBSD-*-i386 \
Linux-*-i386 Linux-*-powerpc
USE_TOOLS+= lex yacc
# XXX For some reason building with bmake fails randomly.
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= no
.include "../../mk/bsd.pkg.mk"