blob: a111e45626ee9c4a4254e30a792cabfcfe8698f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Ports collection makefile for: Gollem
# Date created: Sun Dec 16, 2001
# Whom: Thierry Thomas (<thierry@pompo.net>)
#
# $FreeBSD$
#
PORTNAME= gollem
PORTVERSION= 1.1.2
PORTREVISION= 2
CATEGORIES= ftp www
MAINTAINER= horde@FreeBSD.org
COMMENT= Web-based File Manager
USE_HORDE= base
USES= gettext
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES
.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
.include <bsd.port.mk>
|