d7e45701d1
Bookmark Editor
22 lines
401 B
Makefile
22 lines
401 B
Makefile
# 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>
|