pkgsrc/sysutils/tarsnap/Makefile
wiz 6952ed1252 Update to 1.0.36.1:
OS X lacks the POSIX-mandated clock_gettime function, and tarsnap is
not using libcperciva's "support broken operating systems" compatibility
mechanism yet.  Add -DPOSIXFAIL_CLOCK_REALTIME to the build.
2015-08-21 18:03:22 +00:00

23 lines
698 B
Makefile

# $NetBSD: Makefile,v 1.11 2015/08/21 18:03:22 wiz Exp $
DISTNAME= tarsnap-autoconf-1.0.36.1
PKGNAME= ${DISTNAME:S/-autoconf//}
CATEGORIES= sysutils archivers security
MASTER_SITES= https://www.tarsnap.com/download/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.tarsnap.com/
COMMENT= Secure online backup service
LICENSE= tarsnap-license
GNU_CONFIGURE= yes
INSTALL_MAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/tarsnap
LDFLAGS.SunOS+= -lnsl
CONF_FILES= ${PREFIX}/share/examples/tarsnap/tarsnap.conf.sample ${PKG_SYSCONFDIR}/tarsnap.conf
.include "../../security/openssl/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"