pkgsrc/net/librsync/Makefile
wiz 5d19c0288f Updated librsync to 2.0.0.
Note: despite the major version bump, this release has few changes
and should be binary and API compatible with the previous version.

* Bump librsync version number to 2.0, to match the library
  soname/dylib version. (Martin Pool, #48)
2016-09-01 16:16:55 +00:00

18 lines
453 B
Makefile

# $NetBSD: Makefile,v 1.3 2016/09/01 16:16:55 wiz Exp $
DISTNAME= librsync-2.0.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=librsync/}
GITHUB_TAG= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://librsync.sourcefrog.net/
COMMENT= rsync-like rolling checksum library
LICENSE= gnu-lgpl-v2.1
USE_CMAKE= yes
USE_TOOLS+= perl
USE_LANGUAGES= c c++
.include "../../devel/popt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"