pkgsrc/devel/pcc-libs/Makefile
bsiegert 492a24ac34 Initial import of pcc-libs 1.0.0 into the packages collection.
This package contains the runtime libraries for pcc, the Portable C
Compiler. On some platforms, these libraries are needed to compile code
with PCC.

Reviewed by Alistair G. Crooks.
2011-04-10 10:40:45 +00:00

29 lines
824 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2011/04/10 10:40:45 bsiegert Exp $
DISTNAME= pcc-libs-1.0.0
CATEGORIES= devel
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
HOMEPAGE= http://pcc.ludd.ltu.se/
COMMENT= Runtime libraries for the Portable C Compiler
ONLY_FOR_PLATFORM= NetBSD-*-arm* NetBSD-*-i386 NetBSD-*-mips* \
NetBSD-*-powerpc NetBSD-*-sparc64 NetBSD-*-vax \
OpenBSD-*-i386 OpenBSD-*-vax \
OpenBSD-*-powerpc OpenBSD-*-sparc64 \
DragonFly-*-i386 \
MirBSD-*-i386 \
Darwin-*-i386 Darwin-*-powerpc \
FreeBSD-*-i386 \
Linux-*-i386 Linux-*-powerpc
# XXX For some reason building with bmake fails randomly.
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= no
.include "../../mk/bsd.pkg.mk"