pkgsrc/lang/pcc-current/Makefile
2009-04-30 18:25:59 +00:00

24 lines
540 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/04/30 18:25:59 hasso Exp $
DISTNAME= pcc-${DATE_STR}
PKGNAME= pcc-current-0.9.9.20${DATE_STR}
DATE_STR= 090430
CATEGORIES= lang
MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc/
EXTRACT_SUFX= .tgz
PKG_DESTDIR_SUPPORT= user-destdir
MAINTAINER= he@NetBSD.org
HOMEPAGE= http://pcc.ludd.ltu.se/
COMMENT= Portable C compiler
CONFLICTS= pcc-[0-9]*
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"