blob: f9209923da05f408f3e22ee065c7a1a140abd1e2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Ports collection makefile for: ansel
# Date created: Mon Mar 19, 2007
# Whom: Beech Rintoul <beech@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ansel
DISTVERSION= 1.1.2
PORTREVISION= 2
CATEGORIES= www
DIST_SUBDIR= horde
MAINTAINER= horde@FreeBSD.org
COMMENT= Image gallery
USE_HORDE= base pkg-message
USES= gettext
PORTDOCS= CHANGES CREDITS TODO README
.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
.include <bsd.port.mk>
|