bdd2b41345
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.
18 lines
323 B
Makefile
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>
|