blob: 0bf6fe7c9ef4a8a4f0f815cbe2918816072b76f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>
|