16 lines
365 B
Makefile
16 lines
365 B
Makefile
# $NetBSD: Makefile.common,v 1.10 2016/09/08 15:19:19 joerg Exp $
|
|
#
|
|
# used by textproc/migemo/Makefile
|
|
# used by textproc/migemo-elisp/Makefile
|
|
|
|
MIGEMO_VERSION= 0.40
|
|
|
|
DISTNAME= migemo-${MIGEMO_VERSION}
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://0xcc.net/migemo/
|
|
|
|
MAINTAINER= yamajun@ofug.net
|
|
HOMEPAGE= http://0xcc.net/migemo/
|
|
|
|
RUBY_VERSIONS_ACCEPTED= 21 22 23
|