Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
# $NetBSD: options.mk,v 1.3 2009/08/03 23:30:06 taya Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.anthy
PKG_SUPPORTED_OPTIONS= anthy-2ch-dict anthy-okinawa-dict
PKG_OPTIONS_LEGACY_OPTS+= 2ch_dict:anthy-2ch-dict
PKG_OPTIONS_LEGACY_OPTS+= okinawa_dict:anthy-okinawa-dict
.include "../../mk/bsd.options.mk"
###
### Optional dictionary support
###
.if !empty(PKG_OPTIONS:Manthy-2ch-dict)
DISTFILES+= 2ch.t
SITES.2ch.t+= http://omaemona.sourceforge.net/packages/Zisyo/
.endif
.if !empty(PKG_OPTIONS:Manthy-okinawa-dict)
OKIDIC_VERSION= okinawa-20090801
DISTFILES+= ${OKIDIC_VERSION}.t
SITES.${OKIDIC_VERSION}.t+= http://www.ofug.net/~yamajun/files/o-dic/
.endif