e2eb9c2187
Sorry no change log. On January 27, ragge bumped the version with commit message: "Pcc now supports all C99 language constructs (I hope), so wrap to 0.9.9." This also includes the new manpages. (These are a work in progress -- please send me your improvements.) For pkgsrc: - changed download sites - changed homepage - INSTALLATION_DIRS not needed.
17 lines
382 B
Makefile
17 lines
382 B
Makefile
# $NetBSD: Makefile,v 1.7 2008/02/09 14:53:14 reed Exp $
|
|
|
|
DISTNAME= pcc-0.9.9
|
|
CATEGORIES= lang
|
|
MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/ \
|
|
http://pcc.ludd.ltu.se/ftp/pub/pcc/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= reed@reedmedia.net
|
|
HOMEPAGE= http://pcc.ludd.ltu.se/
|
|
COMMENT= Portable C compiler
|
|
|
|
USE_TOOLS+= lex yacc
|
|
GNU_CONFIGURE= yes
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|