22 lines
513 B
Makefile
22 lines
513 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/07/19 10:17:18 grant Exp $
|
|
|
|
DISTNAME= sj3-server-2.0.1.20
|
|
PKGREVISION= 1
|
|
CATEGORIES= japanese inputmethod
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
|
|
COMMENT= Japanese input method (server)
|
|
|
|
DEPENDS+= sj3-server-bin>=2.0.1.20nb1:../../inputmethod/sj3-server-bin
|
|
DEPENDS+= sj3-dict>=2.0.1.20nb1:../../inputmethod/sj3-dict
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_CONFIGURE= YES
|
|
NO_BUILD= YES
|
|
NO_CHECKSUM= YES
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|