50 lines
956 B
Makefile
50 lines
956 B
Makefile
# $OpenBSD: Makefile,v 1.4 2012/06/24 08:01:29 ajacoutot Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= bidirectional directories synchronizer
|
|
|
|
DISTNAME= csync-0.50.7
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
CATEGORIES= net
|
|
|
|
SHARED_LIBS += csync 0.0 # 0.1
|
|
|
|
HOMEPAGE= http://www.csync.org/
|
|
|
|
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += c log4c neon smbclient sqlite3 ssh
|
|
|
|
MASTER_SITES= http://download.owncloud.com/download/
|
|
|
|
MODULES= devel/cmake
|
|
|
|
BUILD_DEPENDS= devel/argp-standalone \
|
|
devel/check \
|
|
devel/doxygen \
|
|
devel/iniparser
|
|
|
|
LIB_DEPENDS= devel/log4c \
|
|
net/neon \
|
|
net/samba \
|
|
security/libssh
|
|
|
|
CONFIGURE_ARGS= -DCMAKE_C_FLAGS="${CFLAGS}" \
|
|
-DMAN_INSTALL_DIR=${PREFIX}/man \
|
|
-DSYSCONFDIR=${SYSCONFDIR} \
|
|
-DSYSCONF_INSTALL_DIR=${PREFIX}/share/examples
|
|
|
|
NO_REGRESS= Yes
|
|
USE_GROFF= Yes
|
|
|
|
.include <bsd.port.mk>
|