31 lines
580 B
Makefile
Raw Normal View History

2015-01-29 14:49:35 +00:00
# $OpenBSD: Makefile,v 1.6 2015/01/29 14:49:35 dcoppa Exp $
COMMENT = ncurses Atom/RSS newsreader for the console
DISTNAME = canto-0.7.10
2015-01-29 14:49:35 +00:00
REVISION = 3
CATEGORIES = www
MASTER_SITES = http://codezen.org/static/
HOMEPAGE = http://codezen.org/canto/
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += ncursesw
MODULES = lang/python
RUN_DEPENDS = textproc/py-chardet \
textproc/py-feedparser
BUILD_DEPENDS = ${RUN_DEPENDS}
2013-03-11 11:35:43 +00:00
NO_TEST = Yes
MODPY_ADJ_FILES = canto/canto_html.py \
canto/cfg/base.py \
canto/cfg/sources.py \
canto/feedparser_builtin.py
.include <bsd.port.mk>