30 lines
705 B
Makefile
30 lines
705 B
Makefile
# $NetBSD: Makefile,v 1.6 2011/04/14 20:06:49 hans Exp $
|
|
#
|
|
|
|
DISTNAME= sigscheme-0.8.5
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://sigscheme.googlecode.com/files/
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/sigscheme/
|
|
COMMENT= R5RS Scheme interpreter for embedded use
|
|
#LICENSE= # See ${WRKSRC}/COPYING
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
|
|
PKGCONFIG_OVERRIDE+= libgcroots/gcroots.pc.in
|
|
PKGCONFIG_OVERRIDE+= sigscheme.pc.in
|
|
|
|
CONFIGURE_ARGS+= --enable-conf=full
|
|
CONFIGURE_ARGS+= --with-libgcroots=installed
|
|
|
|
TEST_TARGET= check
|
|
|
|
CFLAGS+= --std=c99
|
|
|
|
.include "../../devel/libgcroots/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|