37 lines
691 B
Makefile
37 lines
691 B
Makefile
# $OpenBSD: Makefile,v 1.3 2008/10/24 17:01:12 bernd Exp $
|
|
|
|
COMMENT= library for making beautiful graphs
|
|
|
|
DISTNAME= gruff-0.3.4
|
|
PKGNAME= ruby-${DISTNAME}
|
|
CATEGORIES= graphics
|
|
|
|
HOMEPAGE= http://nubyonrails.com/pages/gruff/
|
|
|
|
# MIT
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_RUBYFORGE:=gruff/}
|
|
|
|
MODULES= lang/ruby
|
|
|
|
CONFIGURE_STYLE= ruby gem
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= ::graphics/ruby-rmagick
|
|
|
|
GEM_SKIPDEPENDS= hoe
|
|
|
|
PKG_ARCH= *
|
|
|
|
REGRESS_DEPENDS= ::devel/ruby-hoe
|
|
|
|
do-regress:
|
|
@mkdir -p ${WRKSRC}/test/output
|
|
@cd ${WRKSRC} && ${LOCALBASE}/bin/rake test
|
|
|
|
.include <bsd.port.mk>
|