blob: e2589fb8fad2dc82e3e01b15b6a98d6b7ec1435c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile.common,v 1.4 2012/09/16 15:30:45 taca 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_VERSION_SUPPORTED= 193
|