summaryrefslogtreecommitdiffstats
path: root/deskutils/libopensync-plugin-sunbird/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2008-10-11 15:28:12 +0000
committermiwi <miwi@FreeBSD.org>2008-10-11 15:28:12 +0000
commite3b9f7a3c4058c2388f5a41325677a46cb8a1b46 (patch)
treefbbaaf8d2bc2a6cbd6b63f26aaf60b343422c2ac /deskutils/libopensync-plugin-sunbird/Makefile
parent8b382a81577ed2783d19454caabbedb085f72c35 (diff)
downloadFreeBSD-ports-e3b9f7a3c4058c2388f5a41325677a46cb8a1b46.zip
FreeBSD-ports-e3b9f7a3c4058c2388f5a41325677a46cb8a1b46.tar.gz
This plugin allows applications using OpenSync to synchronise to and from
Mozilla Calendar / Sunbird. WWW: http://www.opensync.org/ PR: ports/127973 Submitted by: Alexander Logvinov <ports at logvinov.com>
Diffstat (limited to 'deskutils/libopensync-plugin-sunbird/Makefile')
-rw-r--r--deskutils/libopensync-plugin-sunbird/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/deskutils/libopensync-plugin-sunbird/Makefile b/deskutils/libopensync-plugin-sunbird/Makefile
new file mode 100644
index 0000000..32618519
--- /dev/null
+++ b/deskutils/libopensync-plugin-sunbird/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: libopensync-plugin-sunbird
+# Date created: 07 October 2008
+# Whom: Alexander Logvinov <ports@logvinov.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= libopensync-plugin-sunbird
+PORTVERSION= 0.22
+CATEGORIES= deskutils
+MASTER_SITES= http://www.opensync.org/download/releases/${PORTVERSION}/
+
+MAINTAINER= ports@logvinov.com
+COMMENT= Sunbird plugin for the OpenSync framework
+
+LIB_DEPENDS= opensync.0:${PORTSDIR}/devel/libopensync022 \
+ neon.28:${PORTSDIR}/www/neon28
+
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_GNOME= glib20 libxml2
+
+PORTDOCS= AUTHORS COPYING ChangeLog README
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+.for i in ${PORTDOCS}
+ ${INSTALL_DATA} -p ${WRKSRC}/${i} ${DOCSDIR}
+.endfor
+.endif
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud