d73776134f
From its beginning, Florist required a gcc 3.x series Ada compiler to build, and this compiler hasn't been building for most platforms for quite some time. With the recent import of lang/gcc-aux which accepts USE_LANGUAGES+= ada, it's possible to build Florist again. 1) Update to Adacore-maintained version, GPL 2012 2) Update the license (GPLv3) The time elapsed between versions is approximately 12 years, but no Changelog exists to show what has been updated.
13 lines
353 B
Makefile
13 lines
353 B
Makefile
# $NetBSD: buildlink3.mk,v 1.11 2012/07/09 05:52:14 marino Exp $
|
|
|
|
BUILDLINK_TREE+= florist
|
|
|
|
.if !defined(FLORIST_BUILDLINK3_MK)
|
|
FLORIST_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.florist+= florist>=2012
|
|
BUILDLINK_ABI_DEPENDS.florist+= florist>=2012
|
|
BUILDLINK_PKGSRCDIR.florist?= ../../devel/florist
|
|
.endif # FLORIST_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -florist
|