2012-10-28 07:29:55 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.21 2012/10/28 11:29:55 ajacoutot Exp $
|
2011-06-06 17:12:28 -04:00
|
|
|
|
|
|
|
COMMENT = tar-like secure remote deduplicating archiver
|
|
|
|
|
2012-10-28 07:29:55 -04:00
|
|
|
DISTNAME = cyphertite-1.4.0
|
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
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2012-08-07 03:35:03 -04:00
|
|
|
WANTLIB = assl>=5 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 \
|
2012-08-07 03:35:03 -04:00
|
|
|
security/assl>=1.1.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>
|