pkgsrc/lang/librep/Makefile
danw 3bca94b9c2 update to librep 0.17, mostly from a patch by Tobias Nygren in
PR 26837, plus some pkglinting. Also, change maintainer to tech-pkg
since I haven't run sawfish in years.

0.17
====

   * Added `rep.ffi' module (Foreign Function Interface). Uses gcc's
     libffi. Very untested.

   * Partial implementation of guile's `GH' interface.

   * Bug fixes:

        - Don't hang in select for a second when starting processes via
          the `system' function (race condition that only seems to show
          up on Linux 2.6 kernels)

        - Miscellaneous fixes for Mac OS X.

        - Don't return a reversed list of items from the XML parser.
          (Alexander V. Nikolaev)

        - Fixes to string capitalization functions. (Charles Stewart)
2004-09-05 16:59:28 +00:00

39 lines
1,020 B
Makefile

# $NetBSD: Makefile,v 1.37 2004/09/05 16:59:28 danw Exp $
#
DISTNAME= librep-0.17
CATEGORIES= lang devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=librep/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://librep.sourceforge.net/
COMMENT= Emacs Lisp-like runtime library, interpreter, compiler and VM
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_GNU_READLINE= # uses rl_basic_quote_characters
USE_LIBTOOL= yes
REP_LIBTOOL= ${PREFIX}/libexec/rep/${MACHINE_GNU_PLATFORM}/libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-readline
CONFIGURE_ARGS+= --with-gmp
CONFIGURE_ARGS+= --enable-static
CONFIG_STATUS_OVERRIDE= # empty
USE_MAKEINFO= YES
INFO_FILES= librep.info
PLIST_SUBST+= REP_VERS=${REP_VERS}
post-install:
${RM} -f ${REP_LIBTOOL}
${INSTALL_SCRIPT} ${PKG_LIBTOOL} ${REP_LIBTOOL}
.include "../../databases/gdbm/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/gmp/buildlink3.mk"
.include "../../devel/readline/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"