blob: 7a2b94a7ffae14621b5c570bdddae4f61d935cdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $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"
|