2011-09-16 08:00:05 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.10 2011/09/16 12:00:08 espie Exp $
|
2008-06-08 13:10:04 -04:00
|
|
|
|
|
|
|
COMMENT= console RSS aggregator
|
|
|
|
|
|
|
|
DISTNAME= raggle-0.4.4
|
2011-09-16 08:00:05 -04:00
|
|
|
REVISION = 4
|
2008-06-08 13:10:04 -04:00
|
|
|
|
|
|
|
CATEGORIES= www news
|
|
|
|
|
|
|
|
HOMEPAGE= http://raggle.org
|
|
|
|
|
|
|
|
# BSD
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/files/
|
|
|
|
|
2010-10-07 14:10:47 -04:00
|
|
|
MODULES= lang/ruby
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS= devel/ruby-ncurses
|
2010-11-02 09:27:29 -04:00
|
|
|
BUILD_DEPENDS+=${MODRUBY_BUILD_DEPENDS}
|
2008-06-08 13:10:04 -04:00
|
|
|
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
NO_BUILD= Yes
|
|
|
|
PKG_ARCH= *
|
2010-10-07 14:10:47 -04:00
|
|
|
MAKE_ENV= RUBY=${RUBY}
|
|
|
|
MODRUBY_ADJ_FILES= raggle *.rb
|
2010-10-19 04:02:53 -04:00
|
|
|
USE_GROFF = Yes
|
2008-06-08 13:10:04 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|