533ec475b8
http://pcc.ludd.ltu.se/fisheye/changelog/~date=2012-03-27T06%3A30%3A00/pcc but the significant change was, that a bug was fixed which caused syntax errors with a construct present in NetBSD headers, meaning that any compilation in the NetBSD-current and NetBSD-6 environment was failing.
23 lines
463 B
Makefile
23 lines
463 B
Makefile
# $NetBSD: Makefile,v 1.11 2012/03/27 15:17:04 plunky Exp $
|
|
|
|
DISTNAME= pcc-${DATE_STR}
|
|
PKGNAME= pcc-current-${DATE_STR}
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= he@NetBSD.org
|
|
HOMEPAGE= http://pcc.ludd.ltu.se/
|
|
COMMENT= Portable C compiler
|
|
LICENSE= pcc-license
|
|
|
|
DATE_STR= 20120326
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
CONFLICTS= pcc-[0-9]*
|
|
|
|
USE_TOOLS+= lex yacc
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|