pkgsrc/devel/xdelta/Makefile
rillig 7724b801cd devel: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-03 10:39:04 +00:00

21 lines
553 B
Makefile

# $NetBSD: Makefile,v 1.37 2019/11/03 10:39:32 rillig Exp $
#
DISTNAME= xdelta-1.1.4
CATEGORIES= devel
MASTER_SITES= http://xdelta.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xdelta.org/
COMMENT= Enhanced diff that works on binary files
BUILDLINK_API_DEPENDS.glib+= glib>=1.2.8
BUILDLINK_API_DEPENDS.zlib+= zlib>=1.1.3
USE_LIBTOOL= yes
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
INFO_FILES= yes
.include "../../devel/glib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"