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,31 @@
# $NetBSD: Makefile,v 1.9 2012/10/06 14:25:19 asau Exp $
#
DISTNAME= skktools-1.3.1
PKGREVISION= 6
CATEGORIES= japanese inputmethod
MASTER_SITES= http://openlab.ring.gr.jp/skk/tools/
MAINTAINER= ryoon@NetBSD.org
HOMEPAGE= http://openlab.ring.gr.jp/skk/
COMMENT= SKK dictionary manipulation tools
CONFLICTS= skkserv<3.9.4nb7
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--without-gdbm
.include "options.mk"
SUBST_CLASSES+= prefix
SUBST_STAGE.prefix= pre-configure
SUBST_FILES.prefix= configure
SUBST_SED.prefix= -e 's|/usr/local|${PREFIX}|g'
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "Linux"
.include "../../databases/gdbm_compat/buildlink3.mk"
.endif
.include "../../mk/bsd.pkg.mk"