eef0f75028
another timeout from previous maintainer
33 lines
1007 B
Makefile
33 lines
1007 B
Makefile
# $OpenBSD: Makefile,v 1.3 2012/09/08 00:11:40 jcs Exp $
|
|
|
|
COMMENT= client for the tarsnap.com online encrypted backup service
|
|
V= 1.0.33
|
|
DISTNAME= tarsnap-autoconf-${V}
|
|
PKGNAME= tarsnap-${V}
|
|
CATEGORIES= sysutils
|
|
HOMEPAGE= http://www.tarsnap.com/
|
|
MAINTAINER= James Turner <james@calminferno.net>
|
|
|
|
# May not be modified and may only be used with tarsnap.com
|
|
# see http://www.tarsnap.com/legal.html
|
|
PERMIT_PACKAGE_CDROM= restrictive licence
|
|
PERMIT_PACKAGE_FTP= restrictive licence
|
|
PERMIT_DISTFILES_CDROM= restrictive licence
|
|
PERMIT_DISTFILES_FTP= restrictive licence
|
|
|
|
MASTER_SITES= http://www.tarsnap.com/download/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
WANTLIB= c crypto z lzma bz2>=10
|
|
LIB_DEPENDS= archivers/xz \
|
|
archivers/bzip2
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tarsnap
|
|
mv ${WRKINST}${SYSCONFDIR}/tarsnap.conf.sample ${PREFIX}/share/examples/tarsnap/tarsnap.conf
|
|
|
|
.include <bsd.port.mk>
|