pkgsrc/devel/libixp/Makefile
wiz 5c98721540 Update to 0.5, convert to user-destdir.
The API of the fcall struct was changed for ANSI/C99 compliance.
A bug affecting the offset of consecutive writes was fixed. The
server's maximum message size is honored. ixpc's command line
parsing was fixed. Build problems on Solaris were fixed. The append
command was added to ixpc. wstat server support was added.
2009-08-09 07:54:42 +00:00

17 lines
441 B
Makefile

# $NetBSD: Makefile,v 1.3 2009/08/09 07:54:42 wiz Exp $
DISTNAME= libixp-0.5
CATEGORIES= devel
MASTER_SITES= http://code.suckless.org/dl/libs/
MAINTAINER= ghen@NetBSD.org
HOMEPAGE= http://libs.suckless.org/libixp
COMMENT= Stand-alone client/server 9P library
#LICENSE= mit AND lpl (plan 9 license)
PKG_DESTDIR_SUPPORT= user-destdir
INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX}
USE_TOOLS+= gmake
.include "../../mk/bsd.pkg.mk"