852712577b
naming scheme of the other multi-version packages. Add support for the coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
24 lines
643 B
Text
24 lines
643 B
Text
# $NetBSD: Makefile.common,v 1.8 2016/09/08 15:19:19 joerg Exp $
|
|
#
|
|
# used by textproc/ruby-suikyo/Makefile
|
|
# used by textproc/suikyo-docs/Makefile
|
|
# used by textproc/suikyo-elisp/Makefile
|
|
# used by textproc/suikyo-conv-table/Makefile
|
|
|
|
SUIKYO_VER= 2.1.0
|
|
DISTNAME= suikyo-${SUIKYO_VER}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://prime.osdn.jp/src/
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../../textproc/suikyo/distinfo
|
|
PATCHDIR= ${.CURDIR}/../../textproc/suikyo/patches
|
|
|
|
MAINTAINER?= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE?= http://taiyaki.org/suikyo/
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config
|
|
USE_LANGUAGES= # none
|
|
|
|
RUBY_VERSIONS_ACCEPTED= 18
|