pkgsrc/lang/algol68g/Makefile
leot c663e8a139 Update lang/algol68g to algol68g-2.8.2.
Patch provided by Olaf 'Rhialto' Seibert via PR pkg/50371.

Changes:
Version 2.8.2, October 2015
* Several bug fixes.
* Cleaner interface for command line arguments
  through routines a68gargc and a68gargv.

Version 2.8.1, January 2015
* Update source code for recent versions of gcc, autoconf, automake and TeX.
* Documentation updates.
2015-10-28 15:54:19 +00:00

23 lines
572 B
Makefile

# $NetBSD: Makefile,v 1.11 2015/10/28 15:54:19 leot Exp $
DISTNAME= algol68g-2.8.2
CATEGORIES= lang
MASTER_SITES= http://jmvdveer.home.xs4all.nl/
MAINTAINER= olafs@cs.ru.nl
HOMEPAGE= http://jmvdveer.home.xs4all.nl/algol.html
COMMENT= Algol 68genie compiler
LICENSE= gnu-gpl-v3
USE_LANGUAGES= c
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --docdir=$(PREFIX)/share/doc/$(PKGBASE)
TEST_TARGET= check
.include "options.mk"
.include "../../mk/readline.buildlink3.mk"
.include "../../math/gsl/buildlink3.mk"
.include "../../mk/termcap.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"