pkgsrc/inputmethod/skkfep/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

29 lines
908 B
Makefile

# $NetBSD: Makefile,v 1.9 2006/03/04 21:29:53 jlam Exp $
DISTNAME= skkfep0.86c
PKGNAME= skkfep-0.86c
PKGREVISION= 1
CATEGORIES= japanese inputmethod
MASTER_SITES= ftp://ei5nazha.yz.yamagata-u.ac.jp/skkfep/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ei5nazha.yz.yamagata-u.ac.jp/~aito/aito-soft.html
COMMENT= Terminal based SKK-like Kana-to-Kanji FrontEnd Processor
BUILD_DEFS+= USE_INET6
WRKSRC= ${WRKDIR}/skkfep
NO_CONFIGURE= yes
MAKE_ENV+= MAKE_FLAGS=EXECBASE=${LOCALBASE:Q}\ CC=${CC:Q}
INSTALLATION_DIRS= bin man/man1
CONF_FILES+= ${PREFIX}/share/examples/skk/skk.conf ${PKG_SYSCONFDIR}/skk.conf
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${PREFIX}/bin/skkfep
${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${PREFIX}/man/man1/skkfep.1
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/skk
${INSTALL_DATA} ${FILESDIR}/skk.conf ${PREFIX}/share/examples/skk/skk.conf
.include "../../mk/bsd.pkg.mk"