2bd5fc4f9b
Version 2.6 November 2012 * Larger test set. * Hyperlinked manual. * Fixes several reported issues. Version 2.5 October 2012 * FHS 2.3 compliant. * Larger test set. * Fixes minor issues. * Adds routine "abend" (exits with runtime error).
23 lines
572 B
Makefile
23 lines
572 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/06/11 19:40:22 asau Exp $
|
|
|
|
DISTNAME= algol68g-2.6
|
|
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 "../../devel/readline/buildlink3.mk"
|
|
.include "../../math/gsl/buildlink3.mk"
|
|
.include "../../mk/termcap.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|