summaryrefslogtreecommitdiffstats
path: root/deskutils/gnome-contacts/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-17 21:49:27 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2011-10-17 21:49:27 +0800
commite7b1d545c024c8882b6ecb049bfdeb933e69738e (patch)
tree10d4b6e7cc9b2b96843c70823e648778527a2e8c /deskutils/gnome-contacts/Makefile
parent3dd4fa6b6a10a41e3978396645a4be21a91e1e6d (diff)
downloadmarcuscom-ports-e7b1d545c024c8882b6ecb049bfdeb933e69738e.tar
marcuscom-ports-e7b1d545c024c8882b6ecb049bfdeb933e69738e.tar.gz
marcuscom-ports-e7b1d545c024c8882b6ecb049bfdeb933e69738e.tar.bz2
marcuscom-ports-e7b1d545c024c8882b6ecb049bfdeb933e69738e.tar.lz
marcuscom-ports-e7b1d545c024c8882b6ecb049bfdeb933e69738e.tar.xz
marcuscom-ports-e7b1d545c024c8882b6ecb049bfdeb933e69738e.tar.zst
marcuscom-ports-e7b1d545c024c8882b6ecb049bfdeb933e69738e.zip
Add gnome contacts 3.2.0.1.
Contact manager for gnome. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16457 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnome-contacts/Makefile')
-rw-r--r--deskutils/gnome-contacts/Makefile32
1 files changed, 32 insertions, 0 deletions
diff --git a/deskutils/gnome-contacts/Makefile b/deskutils/gnome-contacts/Makefile
new file mode 100644
index 000000000..3d01081b3
--- /dev/null
+++ b/deskutils/gnome-contacts/Makefile
@@ -0,0 +1,32 @@
+# New ports collection makefile for: gnome-contacts
+# Date Created: 17 Okt 2011
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gnome-contacts
+PORTVERSION= 3.2.0.1
+CATEGORIES= deskutils gnome
+MASTER_SITES= GNOME
+
+MAINTAINER= kwm@FreeBSD.org
+COMMENT= Contacts manager for gnome
+
+BUILD_DEPENDS= vala>=0.14.0:${PORTSDIR}/lang/vala
+LIB_DEPENDS= goa-1.0.0:${PORTSDIR}/net/gnome-online-accounts \
+ folks.27:${PORTSDIR}/net-im/folks \
+ notify.4:${PORTSDIR}/devel/libnotify
+
+USE_XZ= yes
+USE_GNOME= gnomehack intlhack gtk30 gnomedesktop3 evolutiondataserver3
+USE_GMAKE= yes
+USE_GETTEXT= yes
+USE_PERL5= yes
+GNU_CONFIGURE= yes
+#USE_LDCONFIG= yes
+#CONFIGURE_ARGS= --disable-gtk-doc \
+CPPFLAGS= -I${LOCALBASE}/include
+LDFLAGS= -L${LOCALBASE}/lib
+
+.include <bsd.port.mk>