mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
334 B
Makefile
15 lines
334 B
Makefile
# $NetBSD: Makefile,v 1.3 2015/03/15 17:30:24 hiramatsu Exp $
|
|
#
|
|
|
|
.include "../../textproc/suikyo/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-conv-table-/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://taiyaki.org/suikyo/elisp/index.html
|
|
COMMENT= Suikyo conversion table
|
|
|
|
BUILD_DIRS+= conv-table
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|