blob: 5bae5ef07cd04eeb958e4cee543913741c65c4a2 (
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.1
PORTREVISION= 1
CATEGORIES= www
DIST_SUBDIR= horde
MAINTAINER= ports@FreeBSD.org
COMMENT= Image gallery
USE_HORDE= base pkg-message
USE_GETTEXT= yes
PORTDOCS= CHANGES CREDITS TODO README
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
.include <bsd.port.mk>
|