pkgsrc/archivers/zziplib/Makefile
danw 302942d548 pass --disable-builddir to the configure script because the builddir
support is useless in pkgsrc anyway, and it breaks the build on several
platforms because of confusion over what the build dir is to be
called. (possibly because of CONFIG_SUB_OVERRIDE?)
2004-05-02 22:28:52 +00:00

20 lines
525 B
Makefile

# $NetBSD: Makefile,v 1.5 2004/05/02 22:28:52 danw Exp $
#
DISTNAME= zziplib-0.10.82
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=zziplib/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://zziplib.sourceforge.net/
COMMENT= Library for ZIP archive handling
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-zlib=${BUILDLINK_PREFIX.zlib}
CONFIGURE_ARGS+= --disable-builddir
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"