diff options
Diffstat (limited to 'deskutils/libopensync-plugin-evolution2-devel/Makefile')
-rw-r--r-- | deskutils/libopensync-plugin-evolution2-devel/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/deskutils/libopensync-plugin-evolution2-devel/Makefile b/deskutils/libopensync-plugin-evolution2-devel/Makefile deleted file mode 100644 index 9e2ed560dcc6..000000000000 --- a/deskutils/libopensync-plugin-evolution2-devel/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Alexander Logvinov <ports@logvinov.com> -# $FreeBSD$ - -PORTNAME= libopensync-plugin-evolution2 -PORTVERSION= 0.39 -PORTREVISION= 1 -CATEGORIES= deskutils -MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/ -PKGNAMESUFFIX= -devel - -MAINTAINER= danilo@FreeBSD.org -COMMENT= Evolution 2 plugin for the OpenSync framework - -LICENSE= LGPL21 - -LIB_DEPENDS= libopensync.so:${PORTSDIR}/devel/libopensync -RUN_DEPENDS= vconvert:${PORTSDIR}/deskutils/libopensync-plugin-vformat-devel - -CONFLICTS= libopensync-plugin-evolution2-0.2* - -USES= cmake pkgconfig tar:bzip2 -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> |