blob: 1c4a627f15b7e2c9916a1b41658d61565631257f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Beech Rintoul <beech@FreeBSD.org>
# $FreeBSD$
PORTNAME= trean
DISTVERSIONPREFIX=
DISTVERSION= 0.1.beta20070316
PORTREVISION= 8
CATEGORIES= www
MASTER_SITES= CENKES
MAINTAINER= horde@FreeBSD.org
COMMENT= Bookmark manager
USE_HORDE= base pkg-message
USE_BZIP2= yes
USES= gettext
PORTDOCS= CHANGES CREDITS INSTALL TODO README
NO_STAGE= yes
.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
.include <bsd.port.mk>
|