2012-04-23 17:15:17 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2012/04/23 17:15:19 espie Exp $
|
2011-06-06 21:12:28 +00:00
|
|
|
|
|
|
|
COMMENT = tar-like secure remote deduplicating archiver
|
|
|
|
|
2012-03-30 22:53:18 +00:00
|
|
|
DISTNAME = cyphertite-1.1.1
|
2012-04-23 17:15:17 +00:00
|
|
|
REVISION = 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
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2012-02-28 02:26:41 +00:00
|
|
|
WANTLIB = assl>=3 c clog crypto edit event expat exude>=2 \
|
2012-03-30 22:53:18 +00:00
|
|
|
ncurses pthread shrink>=1 sqlite3 ssl util xmlsd>=2
|
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
|
|
|
|
2011-11-14 17:05:47 +00:00
|
|
|
LIB_DEPENDS = archivers/libshrink>=0.3.0 \
|
|
|
|
devel/libclog>=0.4.0 \
|
2012-01-07 01:52:45 +00:00
|
|
|
devel/libexude>=0.6.0 \
|
2012-02-28 02:26:41 +00:00
|
|
|
security/assl>=0.12.0 \
|
2011-11-14 17:05:47 +00:00
|
|
|
textproc/libxmlsd>=0.6.0
|
2011-06-06 21:12:28 +00:00
|
|
|
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|