aboutsummaryrefslogtreecommitdiff
path: root/www/bk_edit/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-12-26 06:18:14 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-12-26 06:18:14 +0000
commitd7e45701d1f31666398aa468d835ba587c5cc443 (patch)
treebdd93d28aeaa519980a14f5c4e8a7375edbff57d /www/bk_edit/Makefile
parent2379d6173bd82e685687e12e0ad5a1b61b98774f (diff)
downloadports-d7e45701d1f31666398aa468d835ba587c5cc443.tar.gz
ports-d7e45701d1f31666398aa468d835ba587c5cc443.zip
add bk_edit 0.6.23
Bookmark Editor
Notes
Notes: svn path=/head/; revision=96611
Diffstat (limited to 'www/bk_edit/Makefile')
-rw-r--r--www/bk_edit/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/www/bk_edit/Makefile b/www/bk_edit/Makefile
new file mode 100644
index 000000000000..0bf6fe7c9ef4
--- /dev/null
+++ b/www/bk_edit/Makefile
@@ -0,0 +1,22 @@
+# ex:ts=8
+# Ports collection makefile for: bk_edit
+# Date created: Dec 26, 2003
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= bk_edit
+PORTVERSION= 0.6.23
+CATEGORIES= www
+MASTER_SITES= http://www2.fht-esslingen.de/~clfuit00/sasnt/packages/
+
+MAINTAINER= ports@FreeBSD.org
+COMMENT= Bookmark Editor
+
+USE_BISON= yes
+USE_GETOPT_LONG= yes
+USE_GNOME= gtk12 libxml2
+HAS_CONFIGURE= yes
+
+.include <bsd.port.mk>