pkgsrc/devel/xdelta3/Makefile
wiz 60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00

26 lines
578 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/05/19 08:59:12 wiz Exp $
#
DISTNAME= xdelta3.0u
PKGNAME= xdelta3-3.0u
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 (version 3.x)
LICENSE= gnu-gpl-v2
PKG_DESTDIR_SUPPORT= user-destdir
BUILD_TARGET= xdelta3
USE_TOOLS+= gmake
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xdelta3 ${DESTDIR}${PREFIX}/bin/xdelta3
do-test:
${WRKSRC}/xdelta3 test
.include "../../mk/bsd.pkg.mk"