29 lines
492 B
Makefile
29 lines
492 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:44:49 espie Exp $
|
|
|
|
COMMENT= console RSS aggregator
|
|
|
|
DISTNAME= raggle-0.4.4
|
|
REVISION = 6
|
|
|
|
CATEGORIES= www news
|
|
|
|
HOMEPAGE= http://raggle.org
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/files/
|
|
|
|
MODULES= lang/ruby
|
|
RUN_DEPENDS= devel/ruby-ncurses,${MODRUBY_FLAVOR}
|
|
BUILD_DEPENDS+=${MODRUBY_BUILD_DEPENDS}
|
|
|
|
NO_TEST= Yes
|
|
NO_BUILD= Yes
|
|
PKG_ARCH= *
|
|
MAKE_ENV= RUBY=${RUBY}
|
|
MODRUBY_ADJ_FILES= raggle *.rb
|
|
USE_GROFF = Yes
|
|
|
|
.include <bsd.port.mk>
|