1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/deskutils/libopensync-plugin-evolution2-devel/Makefile
2011-02-25 01:32:17 +00:00

35 lines
941 B
Makefile

# New ports collection makefile for: libopensync-plugin-evolution2
# Date created: 18 July 2008
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= libopensync-plugin-evolution2
PORTVERSION= 0.36
PORTREVISION= 7
CATEGORIES= deskutils
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
PKGNAMESUFFIX= -devel
MAINTAINER= avl@FreeBSD.org
COMMENT= Evolution 2 plugin for the OpenSync framework
LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync
RUN_DEPENDS= vconvert:${PORTSDIR}/deskutils/libopensync-plugin-vformat-devel
CONFLICTS= libopensync-plugin-evolution2-0.2*
USE_BZIP2= yes
USE_CMAKE= yes
USE_GNOME= evolutiondataserver gconf2
CMAKE_ARGS+= -Wno-dev
pre-patch:
@${REINPLACE_CMD} -e "/FIND_PACKAGE( Check )/d" ${WRKSRC}/CMakeLists.txt
@${REINPLACE_CMD} -e "s|MESSAGE|# MESSAGE|" \
${WRKSRC}/cmake/modules/MacroEnsureOutOfSourceBuild.cmake
.include <bsd.port.mk>