14 lines
323 B
Makefile
14 lines
323 B
Makefile
# $NetBSD: Makefile,v 1.2 2012/10/25 06:57:02 asau Exp $
|
|
#
|
|
|
|
.include "../../textproc/suikyo/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-conv-table-/}
|
|
|
|
MAINTAINER= obache@NetBSD.org
|
|
HOMEPAGE= http://taiyaki.org/suikyo/elisp/index.html
|
|
COMMENT= Suikyo conversion table
|
|
|
|
BUILD_DIRS+= conv-table
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|