pkgsrc/lang/elk/Makefile
dholland 4573d14bb6 This builds a gdbm library if it finds gdbm; buildlink in gdbm so this
is always available, and update the PLIST accordingly. PKGREVISION -> 1.
Fixes build on Linux, where there's usually a native gdbm.
2012-04-13 05:43:26 +00:00

23 lines
504 B
Makefile

# $NetBSD: Makefile,v 1.41 2012/04/13 05:43:26 dholland Exp $
DISTNAME= elk-3.99.8
PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://sam.zoy.org/elk/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sam.zoy.org/elk/
COMMENT= Embeddable Scheme interpreter
PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "options.mk"
.include "../../databases/gdbm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"