openbsd-ports/japanese/skk-jisyo/Makefile
2013-03-11 11:10:51 +00:00

27 lines
486 B
Makefile

# $OpenBSD: Makefile,v 1.2 2013/03/11 11:12:34 espie Exp $
COMMENT = large dictionary for the SKK system
DISTNAME = skk-jisyo-20120901
CATEGORIES = japanese
HOMEPAGE = http://openlab.ring.gr.jp/skk/
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = http://distfiles.bsdfrog.org/
NO_BUILD = Yes
NO_TEST = Yes
PKG_ARCH = *
WRKSRC = ${WRKDIR}
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/skk
${INSTALL_DATA} ${WRKSRC}/SKK-JISYO.L ${PREFIX}/share/skk
.include <bsd.port.mk>