9e7a1ba4b9
not use libtool to do so. This is required to correctly depend upon a gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
16 lines
384 B
Makefile
16 lines
384 B
Makefile
# $NetBSD: Makefile,v 1.8 2014/03/13 11:08:52 jperkin Exp $
|
|
|
|
DISTNAME= bluecloth-2.2.0
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://deveiate.org/projects/BlueCloth
|
|
COMMENT= Markdown library for Ruby
|
|
LICENSE= original-bsd
|
|
|
|
CONFLICTS+= ruby[1-9][0-9]-bluecloth-[0-9]*
|
|
|
|
USE_GCC_RUNTIME= yes
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|