freebsd-ports/deskutils/libopensync-plugin-vformat-devel/Makefile
Martin Wilke 8f68b17158 This plugin is based on vformat.{c,h} which got adapted from evolution e-vcard
parser. vformat.{c,h} parsing and assembling of vObject-like formatting. The
term vformat is often use to describe this format of vCard 2.1, vCard 3.0,
vCalendar, iCalendar and vNote.

WWW: http://www.opensync.org/

PR:		ports/125663
Submitted by:	Alexander Logvinov <ports at logvinov.com>
2008-07-19 14:02:19 +00:00

31 lines
822 B
Makefile

# New ports collection makefile for: libopensync-plugin-vformat-devel
# Date created: 16 June 2008
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= libopensync-plugin-vformat
PORTVERSION= 0.36
CATEGORIES= deskutils
MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
PKGNAMESUFFIX= -devel
MAINTAINER= ports@logvinov.com
COMMENT= Vformat plugin for the OpenSync framework
LIB_DEPENDS= opensync.1:${PORTSDIR}/devel/libopensync
USE_BZIP2= yes
USE_ICONV= yes
USE_CMAKE= yes
CMAKE_USE_PTHREAD= yes
CMAKE_ARGS+= -Wno-dev
CFLAGS+= "-I${LOCALBASE}/include"
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>