pkgsrc-wip/modglue/Makefile
Kamel Ibn Aziz Derouiche 1cab47bbce Import modglue-1.19 as wip/modglue.
The libModglue library is a C++ library with classes for forking external
processes and asynchronous reading from streams. It takes away the burden
of all subtleties involving the Unix fork call. The asynchronous read
facility enables one to read on multiple input streams at the same time,
without losing any of the standard C++ stream facilities.
There are also several small additional programs bundled with modglue,
such as a program to add readline capability to any command line program.
Moreover, the modglue library extends the idea of standard Unix pipes by
providing a general framework for the creation of new processes with more
than just the standard stdin/stdout/stderr pipes.
2014-07-28 18:43:34 +00:00

24 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.1 2014/07/28 18:43:34 jihbed Exp $
DISTNAME= modglue-1.19
CATEGORIES= math
MASTER_SITES= http://cadabra.phi-sci.com/
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://cadabra.phi-sci.com/
COMMENT= C++ library for handling co-processes
LICENSE= gnu-gpl-v2
WRKSRC= ${WRKDIR}/${DISTNAME}
GNU_CONFIGURE= yes
USE_TOOLS+= gmake pkg-config
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= modglue-1.19/modglue.pc.in
CHECK_PORTABILITY_SKIP+= configure
.include "../../devel/libsigc++/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"