blob: 4c6645d9877e800707f1dc38a764c0c22313d074 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Ports collection makefile for: ansel
# Date created: Mon Mar 19, 2007
# Whom: Beech Rintoul <beech@alaskaparadise.com>
#
# $FreeBSD$
#
PORTNAME= ansel
PORTVERSION= 0.1.b20070319
DISTVERSIONPREFIX=
CATEGORIES= www
MASTER_SITES= CENKES http://freebsd.alaskaparadise.com/source/
PKGNAMEPREFIX= horde-
MAINTAINER= beech@alaskaparadise.com
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>
|