752075b4f3
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.
24 lines
524 B
Makefile
24 lines
524 B
Makefile
# $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"
|