2013-03-11 11:35:43 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.27 2013/03/11 11:41:29 espie Exp $
|
2011-06-06 21:12:28 +00:00
|
|
|
|
|
|
|
COMMENT = tar-like secure remote deduplicating archiver
|
|
|
|
|
2013-03-04 08:44:11 +00:00
|
|
|
DISTNAME = cyphertite-1.5.1
|
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
|
|
|
|
|
2012-08-07 07:35:03 +00:00
|
|
|
WANTLIB = assl>=5 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 \
|
2012-08-07 07:35:03 +00:00
|
|
|
security/assl>=1.1.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>
|