diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-24 20:14:48 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-24 20:14:48 +0000 |
commit | 4c1a9d6a1c0d823607cbee48b0cd245d7c3989ca (patch) | |
tree | 9c48aa02b5008070ff8e664303c9c1a2b68f433a /www/bkedit/Makefile | |
parent | 0f2b2832837a7bf068f0d0bfc78cb47767f48acc (diff) | |
download | pkgsrc-4c1a9d6a1c0d823607cbee48b0cd245d7c3989ca.tar.gz |
Initial import of bkedit, a bookmark editor.
bkedit is an easy to use bookmark manager and editor. The program
can read, write, edit, create, manage and convert the bookmarks
of the most popular browsers. There is also a simple Drag & Drop
interface for adding new bookmarks from a running browser in a
very comfortable way.
Diffstat (limited to 'www/bkedit/Makefile')
-rw-r--r-- | www/bkedit/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/www/bkedit/Makefile b/www/bkedit/Makefile new file mode 100644 index 00000000000..5edde6f9006 --- /dev/null +++ b/www/bkedit/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2003/07/24 20:14:48 wiz Exp $ +# + +DISTNAME= bk_edit-0.6.21 +PKGNAME= ${DISTNAME:S/_//} +CATEGORIES= www +MASTER_SITES= http://www2.fht-esslingen.de/~clfuit00/sasnt/packages/ + +MAINTAINER= wiz@NetBSD.org +HOMEPAGE= http://www2.fht-esslingen.de/~clfuit00/sasnt/bk_edit/ +COMMENT= Bookmark manager and editor + +USE_BUILDLINK2= yes +HAS_CONFIGURE= yes +CONFIGURE_ARGS+= --prefix=${PREFIX} + +.include "../../textproc/libxml2/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" +.include "../../mk/bsd.pkg.mk" |