pkgsrc/devel/ruby-log4r/Makefile

22 lines
621 B
Makefile
Raw Normal View History

2017-09-04 20:00:49 +02:00
# $NetBSD: Makefile,v 1.8 2017/09/04 18:00:53 wiz Exp $
DISTNAME= log4r-1.1.10
CATEGORIES= devel
2017-09-04 20:00:49 +02:00
#HOMEPAGE= http://log4r.rubyforge.org/
COMMENT= Flexible logging library
LICENSE= gnu-lgpl-v3
# The log4r gem installs the RDoc files under ${GEM_LIBDIR}/doc instead of
# ${GEM_DOCDIR}, so we need to generate the dynamic PLIST entries for
# those files.
#
GENERATE_PLIST+= \
${ECHO} "@comment The following lines are automatically generated." && \
2009-06-15 00:57:58 +02:00
cd ${DESTDIR}${PREFIX} && \
${FIND} ${GEM_LIBDIR:S|${PREFIX}/||}/doc \! -type d -print | \
${SORT};
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"