2014-01-05 09:11:52 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.37 2014/01/05 09:11:52 benoit Exp $
|
2011-06-06 21:12:28 +00:00
|
|
|
|
|
|
|
COMMENT = tar-like secure remote deduplicating archiver
|
|
|
|
|
2014-01-05 09:11:52 +00:00
|
|
|
DISTNAME = cyphertite-2.0.0
|
2011-06-06 21:12:28 +00:00
|
|
|
CATEGORIES = sysutils archivers security
|
|
|
|
|
|
|
|
HOMEPAGE = https://www.cyphertite.com/
|
2012-03-30 22:53:18 +00:00
|
|
|
MAINTAINER = David Hill <dhill@mindcry.org>
|
2011-06-06 21:12:28 +00:00
|
|
|
|
|
|
|
# ISC
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
|
2013-04-19 05:16:58 +00:00
|
|
|
WANTLIB = assl>=6 c clog crypto curl edit event_core expat \
|
2012-05-09 14:36:15 +00:00
|
|
|
exude>=2 ncurses pthread shrink>=2 sqlite3 ssl util \
|
2012-08-19 06:08:51 +00:00
|
|
|
xmlsd>=3
|
2011-06-06 21:12:28 +00:00
|
|
|
|
2011-10-25 19:05:27 +00:00
|
|
|
MASTER_SITES = https://opensource.conformal.com/snapshots/cyphertite/
|
2011-07-04 16:41:45 +00:00
|
|
|
|
2012-05-09 14:36:15 +00:00
|
|
|
LIB_DEPENDS = archivers/libshrink>=0.5.0 \
|
|
|
|
devel/libclog>=0.6.0 \
|
2012-04-28 09:30:05 +00:00
|
|
|
devel/libevent2 \
|
|
|
|
devel/libexude>=0.7.0 \
|
|
|
|
net/curl \
|
2013-11-13 19:48:59 +00:00
|
|
|
security/assl>=1.5.0 \
|
2012-08-19 06:08:51 +00:00
|
|
|
textproc/libxmlsd>=0.9.0
|
2011-06-06 21:12:28 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|