summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2002-12-02 21:18:44 +0000
committerjmmv <jmmv@pkgsrc.org>2002-12-02 21:18:44 +0000
commit752075b4f3460b77c1f32305215992054c996d12 (patch)
treeabf5ec92698e4ed96b9624f8392d711558da8299 /misc
parent371bab360067f7688f001315bfafb2d46f205bca (diff)
downloadpkgsrc-752075b4f3460b77c1f32305215992054c996d12.tar.gz
Initial import of blackbook-3.0. Description follows:
BlackBook is a simple address book written using the GTK+ toolkit. It should run on any system where the GTK+ toolkit works. It is distributed under the terms of the GNU General Public License, version 2 or later. Provided by Sergio Jiménez (sjr at hispabsd dot org) in PR pkg/19197.
Diffstat (limited to 'misc')
-rw-r--r--misc/blackbook/DESCR4
-rw-r--r--misc/blackbook/Makefile24
-rw-r--r--misc/blackbook/PLIST6
-rw-r--r--misc/blackbook/distinfo4
4 files changed, 38 insertions, 0 deletions
diff --git a/misc/blackbook/DESCR b/misc/blackbook/DESCR
new file mode 100644
index 00000000000..7a51a94b242
--- /dev/null
+++ b/misc/blackbook/DESCR
@@ -0,0 +1,4 @@
+BlackBook is a simple address book written using the GTK+ toolkit.
+It should run on any system where the GTK+ toolkit works. It is
+distributed under the terms of the GNU General Public License,
+version 2 or later.
diff --git a/misc/blackbook/Makefile b/misc/blackbook/Makefile
new file mode 100644
index 00000000000..e302891c97a
--- /dev/null
+++ b/misc/blackbook/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/12/02 21:18:44 jmmv Exp $
+#
+
+DISTNAME= blackbook-3
+PKGNAME= ${DISTNAME}.0
+CATEGORIES= misc x11
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=blackbook/}
+
+MAINTAINER= sjr@hispabsd.org
+HOMEPAGE= http://blackbook.sourceforge.net/
+COMMENT= Simple address book (Gtk+ based)
+
+USE_GMAKE= YES
+USE_LIBTOOL= YES
+USE_X11BASE= YES
+USE_BUILDLINK2= YES
+
+GNU_CONFIGURE= YES
+
+pre-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/icons
+
+.include "../../x11/gtk/buildlink2.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/misc/blackbook/PLIST b/misc/blackbook/PLIST
new file mode 100644
index 00000000000..e3561ddebe1
--- /dev/null
+++ b/misc/blackbook/PLIST
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2002/12/02 21:18:44 jmmv Exp $
+bin/blackbook
+@exec ${MKDIR} %D/share/icons
+share/icons/book64.xpm
+share/icons/book48.xpm
+@unexec ${RMDIR} %D/share/icons 2>/dev/null || ${TRUE}
diff --git a/misc/blackbook/distinfo b/misc/blackbook/distinfo
new file mode 100644
index 00000000000..2a543a55c2a
--- /dev/null
+++ b/misc/blackbook/distinfo
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2002/12/02 21:18:44 jmmv Exp $
+
+SHA1 (blackbook-3.tar.gz) = a9266dd9e89cc97a05aa763f6370b14fd0dbdbc4
+Size (blackbook-3.tar.gz) = 74665 bytes