freebsd-ports/devel/libspark2012/Makefile
John Marino bdd2b41345 devel/spark2012: Build the static library to stop ironsides leftovers
Without a static library present, gnatmake will build the objects it
needs in the base system -- that's not legal.

The original issue I had with this was using BSD_INSTALL_LIB which
stripped out the symbols in the static library, but I didn't realize
what was happening.  Now I know and the library is installed intact
with BSD_INSTALL_DATA.
2014-02-19 02:19:43 +00:00

18 lines
323 B
Makefile

# Created by: John Marino <marino@FreeBSD.org>
# $FreeBSD$
PORTNAME= libspark2012
PORTVERSION= 2012
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://downloads.dragonlace.net/src/
MAINTAINER= marino@FreeBSD.org
COMMENT= SPARK 2012 Spark.Ada library
LICENSE= GPLv3
USES= ada
USE_BZIP2= yes
.include <bsd.port.mk>