blob: bf3e2924b9ac83aa7b42e91f6c026ff6ce1e6759 (
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: klutz
# Date created: Thu Nov 4, 2010
# Whom: Beech Rintoul (<beech@Freebsd.org>)
#
# $FreeBSD$
#
PORTNAME= klutz
PORTVERSION= 1.0
DISTVERSIONSUFFIX=
PORTREVISION= 2
CATEGORIES= deskutils www
MAINTAINER= horde@FreeBSD.org
COMMENT= Comic strip viewer for horde
USE_HORDE= base
USE_GETTEXT= yes
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES
.include "${.CURDIR}/../../www/horde3-base/bsd.horde.mk"
.include <bsd.port.mk>
|