pkgsrc/devel/libixp/Makefile
ghen 9aaf6495ac Downgrade back to 0.4 (but keep the destdir support and licenses)
until we have a wm/wmii release compatible with the new API.
2009-08-19 09:50:59 +00:00

17 lines
442 B
Makefile

# $NetBSD: Makefile,v 1.4 2009/08/19 09:50:59 ghen Exp $
DISTNAME= libixp-0.4
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"