diff options
author | rafan <rafan@FreeBSD.org> | 2006-08-20 17:38:50 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-08-20 17:38:50 +0800 |
commit | c2446f1a22a72bbd070d48b7a745514e702dcad2 (patch) | |
tree | a1129e452d2cc7a2f284b130c569854d26e46bf7 /deskutils/contacts | |
parent | 6da5f638a0308bd178a3ff8008737170bcab966c (diff) | |
download | freebsd-ports-gnome-c2446f1a22a72bbd070d48b7a745514e702dcad2.tar.gz freebsd-ports-gnome-c2446f1a22a72bbd070d48b7a745514e702dcad2.tar.zst freebsd-ports-gnome-c2446f1a22a72bbd070d48b7a745514e702dcad2.zip |
Add contacts 0.1, simple yet powerful address book based on Evolution
data server.
PR: ports/101950
Submitted by: Piotr SMyrak, smyru at heron.pl
Diffstat (limited to 'deskutils/contacts')
-rw-r--r-- | deskutils/contacts/Makefile | 26 | ||||
-rw-r--r-- | deskutils/contacts/distinfo | 3 | ||||
-rw-r--r-- | deskutils/contacts/pkg-descr | 6 | ||||
-rw-r--r-- | deskutils/contacts/pkg-plist | 6 |
4 files changed, 41 insertions, 0 deletions
diff --git a/deskutils/contacts/Makefile b/deskutils/contacts/Makefile new file mode 100644 index 000000000000..24249972fa10 --- /dev/null +++ b/deskutils/contacts/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: contacts +# Date created: 2005-12-15 +# Whom: Piotr SMyrak, smyru@heron.pl +# +# $FreeBSD$ +# + +PORTNAME= contacts +PORTVERSION= 0.1 +CATEGORIES= deskutils gnome +MASTER_SITES= http://www.openedhand.com/~chris/ \ + http://smyru.petronet.pl/freebsd/ +DIST_SUBDIR= gnome2 + +MAINTAINER= smyru@heron.pl +COMMENT= Simple yet powerful address book based on Evolution data server + +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" + +USE_GMAKE= yes +USE_X_PREFIX= yes +USE_GNOME= gtk20 gnomehier evolutiondataserver +USE_AUTOTOOLS= libtool:15 +# CFLAGS+= -g + +.include <bsd.port.mk> diff --git a/deskutils/contacts/distinfo b/deskutils/contacts/distinfo new file mode 100644 index 000000000000..a45960f625c9 --- /dev/null +++ b/deskutils/contacts/distinfo @@ -0,0 +1,3 @@ +MD5 (gnome2/contacts-0.1.tar.gz) = dc5a650445f0904392039006d929f192 +SHA256 (gnome2/contacts-0.1.tar.gz) = 7add3642aecedb363dbf30674021c6b75c4ef7c772c889b8050590fe996c7e1c +SIZE (gnome2/contacts-0.1.tar.gz) = 330231 diff --git a/deskutils/contacts/pkg-descr b/deskutils/contacts/pkg-descr new file mode 100644 index 000000000000..88fecb30ea99 --- /dev/null +++ b/deskutils/contacts/pkg-descr @@ -0,0 +1,6 @@ +This is Contacts, simple and efficient interface to contacts databases +stored by Gnome internal Evolution data server. It was build primary +for non desktop devices, but serves its mission as well on bigger +computers. + +WWW: http://projects.o-hand.com/contacts diff --git a/deskutils/contacts/pkg-plist b/deskutils/contacts/pkg-plist new file mode 100644 index 000000000000..6650ecf40298 --- /dev/null +++ b/deskutils/contacts/pkg-plist @@ -0,0 +1,6 @@ +bin/contacts +share/applications/contacts.desktop +%%DATADIR%%/contacts.glade +share/pixmaps/oh-contacts.png +@dirrmtry share/applications +@dirrm share/contacts |