pkgsrc-wip/yajl/Makefile
Aleksej Saushev b011ad6772 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 20:11:06 +00:00

25 lines
487 B
Makefile

# $NetBSD: Makefile,v 1.3 2012/10/07 20:11:11 asau Exp $
#
DISTNAME= yajl-1.0.9
CATEGORIES= devel
MASTER_SITES= http://github.com/downloads/lloyd/yajl/
MAINTAINER= pallegra@gmail.com
HOMEPAGE= http://lloyd.github.com/yajl/
COMMENT= Small JSON library written in ANSI C
LICENSE= modified-bsd
USE_LIBTOOL= yes
USE_LANGUAGES= c
MAKE_ENV+= MKDIR="${MKDIR}"
MAKE_ENV+= CP="${CP}"
post-extract:
${CP} ${FILESDIR}/Makefile ${WRKSRC}/src/
BUILD_DIRS= src
.include "../../mk/bsd.pkg.mk"