17 lines
364 B
Makefile
17 lines
364 B
Makefile
|
# $NetBSD: Makefile,v 1.1.1.1 2008/03/02 02:39:54 obache 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
|
||
|
|
||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||
|
|
||
|
BUILD_DIRS+= conv-table
|
||
|
|
||
|
.include "../../mk/bsd.pkg.mk"
|