pkgsrc/devel/libixp/Makefile
ghen 3928c9356d Import libixp-0.4 from www.suckless.org.
libixp is a stand-alone client/server 9P library including ixpc client.
It consists of less than 2000 lines of code (including ixpc).
2008-01-06 21:47:09 +00:00

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"