summaryrefslogtreecommitdiff
path: root/lang/pcc-current/Makefile
diff options
context:
space:
mode:
authorplunky <plunky>2012-02-08 11:23:53 +0000
committerplunky <plunky>2012-02-08 11:23:53 +0000
commit0b284334a9e5a5df241f87293d94ea309c77caf0 (patch)
treea2b673a789cec2da5a6f672fcb2c0dcc5f0c11f1 /lang/pcc-current/Makefile
parentab7b0b52d2c7c5c0755c9e266624ad3c9311dcfa (diff)
downloadpkgsrc-0b284334a9e5a5df241f87293d94ea309c77caf0.tar.gz
update this to pcc-20120208, full changelog is at
http://pcc.ludd.ltu.se/fisheye/changelog/pcc some work was done with build system, and so gmake is no longer required, and parallel builds should work fine while here, fix some pkglint complaints
Diffstat (limited to 'lang/pcc-current/Makefile')
-rw-r--r--lang/pcc-current/Makefile21
1 files changed, 8 insertions, 13 deletions
diff --git a/lang/pcc-current/Makefile b/lang/pcc-current/Makefile
index a20f18f9074..aacbf9ee68c 100644
--- a/lang/pcc-current/Makefile
+++ b/lang/pcc-current/Makefile
@@ -1,28 +1,23 @@
-# $NetBSD: Makefile,v 1.8 2011/03/01 08:59:45 he Exp $
+# $NetBSD: Makefile,v 1.9 2012/02/08 11:23:53 plunky Exp $
-PKGNAME= pcc-current-1.0.0.BETA.${DATE_STR}
-DISTPREFIX= pcc-1.0.0.BETA
-DISTNAME= ${DISTPREFIX}-${DATE_STR}
-DATE_STR= 20110228
-WRKSRC= ${WRKDIR}/${DISTPREFIX}
+DISTNAME= pcc-${DATE_STR}
+PKGNAME= pcc-current-${DATE_STR}
CATEGORIES= lang
-MASTER_SITES= ftp://pcc.ludd.ltu.se/pub/pcc-beta/
+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
-
LICENSE= pcc-license
+DATE_STR= 20120208
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
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"