pkgsrc/inputmethod/skkfep/Makefile
jlam 07dd3147c6 Convert packages that test and use USE_INET6 to use the options framework
and to support the "inet6" option instead.

Remaining usage of USE_INET6 was solely for the benefit of the scripts
that generate the README.html files.  Replace:

	BUILD_DEFS+=	USE_INET6
with
	BUILD_DEFS+=	IPV6_READY

and teach the README-generation tools to look for that instead.

This nukes USE_INET6 from pkgsrc proper.  We leave a tiny bit of code
to continue to support USE_INET6 for pkgsrc-wip until it has been nuked
from there as well.
2007-09-07 22:12:10 +00:00

29 lines
928 B
Makefile

# $NetBSD: Makefile,v 1.11 2007/09/07 22:12:12 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+= IPV6_READY
WRKSRC= ${WRKDIR}/skkfep
NO_CONFIGURE= yes
MAKE_ENV+= MAKE_FLAGS=EXECBASE=${LOCALBASE:Q}\ CC=${CC:Q}
INSTALLATION_DIRS= bin ${PKGMANDIR}/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}/${PKGMANDIR}/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"