pkgsrc/www/ruby-borges/Makefile
rillig b12904483c www: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded phraseanet since pkglint got the indentation wrong.
2019-11-04 22:09:50 +00:00

33 lines
894 B
Makefile

# $NetBSD: Makefile,v 1.23 2019/11/04 22:10:14 rillig Exp $
DISTNAME= borges-1.1.0
PKGREVISION= 2
CATEGORIES= www ruby
MASTER_SITES= http://rubyforge.org/frs/download.php/574/
MASTER_SITES+= http://segment7.net/projects/ruby/borges/
MAINTAINER= pkgsrc-users@NetBSD.org
#HOMEPAGE= http://borges.rubyforge.org/
COMMENT= Ruby web application framework
LICENSE= modified-bsd
USE_RUBY_SETUP= yes
CONFIGURE_ARGS+= --site-ruby-common=${PREFIX}/${RUBY_VENDORLIB_BASE} \
--site-ruby=${PREFIX}/${RUBY_VENDORLIB} \
--so-dir=path=${PREFIX}/${RUBY_VENDORARCHLIB}
BORGES_SHARE_DIR= data/doc data/examples
.include "../../lang/ruby/rubyversion.mk"
.if !empty(RUBY_SUFFIX)
pre-configure:
. for d in ${BORGES_SHARE_DIR}
cd ${WRKSRC}; if [ -d ${d}/ruby ]; then \
${MV} -f ${d}/ruby ${d}/${RUBY_NAME}; \
fi
. endfor
.endif
.include "../../lang/ruby/modules.mk"
.include "../../mk/bsd.pkg.mk"