3928c9356d
libixp is a stand-alone client/server 9P library including ixpc client. It consists of less than 2000 lines of code (including ixpc).
13 lines
333 B
Makefile
13 lines
333 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/01/06 21:47:09 ghen Exp $
|
|
|
|
DISTNAME= libixp-0.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.suckless.org/download/
|
|
|
|
MAINTAINER= ghen@NetBSD.org
|
|
HOMEPAGE= http://www.suckless.org/wiki/libs/libixp
|
|
COMMENT= Stand-alone client/server 9P library
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|