openbsd-ports/devel/libopensync/Makefile
ajacoutot fc6e4c720a Import libopensync-0.31
OpenSync is a synchronization framework that is platform and
distribution independent. It consists of a powerful sync-engine and
several plugins that can be used to connect to devices.
OpenSync is very flexible and capable of synchronizing any type of data,
including contacts, calendar, tasks, notes and files.


Note that it is still a development version. But it's better to have
this in-tree now so that one can port the different sync plugins as they
come out. Also it will ease integration with other apps (i.e kdepim).

"as long as it doesn't break kdepim" espie@
2007-09-30 09:37:53 +00:00

42 lines
933 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2007/09/30 09:37:53 ajacoutot Exp $
COMMENT= data synchronization framework
DISTNAME= libopensync-0.31
SHARED_LIBS += opensync 1.0
CATEGORIES= devel comms
EXTRACT_SUFX= .tar.bz2
HOMEPAGE= http://www.opensync.org/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.obsd.fr/OpenBSD/distfiles/
WANTLIB= c pthread
BUILD_DEPENDS= :scons-*:devel/scons
LIB_DEPENDS= sqlite3.>=8::databases/sqlite3 \
xml2.>=9::textproc/libxml \
glib-2.0.>=1200,gmodule-2.0.>=1200,gthread-2.0.>=1200::devel/glib2
NO_REGRESS= Yes
do-build:
@${SETENV} ${MAKE_ENV} scons -C ${WRKSRC} \
CC=${CC} CXX=${CXX} APPEND_CCFLAGS="${CFLAGS}" \
prefix=${PREFIX} debug=0
do-install:
@${SETENV} ${MAKE_ENV} scons -C ${WRKSRC} install \
DESTDIR=${WRKINST}
.include <bsd.port.mk>