Rubrica is an addressbook manager for the GNOME Environment. It allows you to add personal data (name, surname, address, etc.), web links, IRC and email addresses, telephone numbers, job information (company where contact works, company infos, contact's assigment, etc.) and notes. XML is used to store the data. Rubrica can import/export addressbooks from/to GnomeCard, KAddressbook, Evolution, and CSV file format. Can export addressboks to HTML and text format.
16 lines
452 B
Makefile
16 lines
452 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2012/10/02 21:46:53 othyro Exp $
|
|
|
|
BUILDLINK_TREE+= rubrica2
|
|
|
|
.if !defined(RUBRICA2_BUILDLINK3_MK)
|
|
RUBRICA2_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.rubrica2+= rubrica2>=2.0.10
|
|
BUILDLINK_PKGSRCDIR.rubrica2?= ../../wip/rubrica2
|
|
|
|
.include "../../sysutils/libnotify/buildlink3.mk"
|
|
.include "../../devel/libglade/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.endif # RUBRICA2_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -rubrica2
|