pkgsrc/devel/xdelta/Makefile
rodent 942aad2e6a Resolves:
"INFO_FILES should be set to YES or yes."
"Packages that install info files should set INFO_FILES."
Makefile and PLIST warning, respectively.
2013-04-06 20:27:16 +00:00

21 lines
548 B
Makefile

# $NetBSD: Makefile,v 1.36 2013/04/06 20:27:19 rodent 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"