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