268783c205
Horde-Klutz is a comic strip aggregator and viewer. It lets you browse comic strips by date or by strip. Features include automatic updating of comics, and various methods for obtaining the strips. Submitted by: Beech Rintoul (<beech at Freebsd.org>) maintainer Approved by: miwi (implicit)
21 lines
458 B
Makefile
21 lines
458 B
Makefile
# Ports collection makefile for: klutz
|
|
# Date created: Thu Nov 4, 2010
|
|
# Whom: Beech Rintoul (<beech@Freebsd.org>)
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= klutz
|
|
PORTVERSION= 1.0
|
|
DISTVERSIONSUFFIX=
|
|
CATEGORIES= deskutils www
|
|
|
|
MAINTAINER= beech@FreeBSD.org
|
|
COMMENT= Comic strip viewer for horde
|
|
|
|
USE_HORDE= base
|
|
USE_GETTEXT= yes
|
|
PORTDOCS= README CHANGES CREDITS INSTALL RELEASE_NOTES
|
|
|
|
.include "${.CURDIR}/../../www/horde-base/bsd.horde.mk"
|
|
.include <bsd.port.mk>
|