cec8324031
split out into sj3-dict and sj3-server-bin, sj3-server is meta package for these packages.
21 lines
468 B
Makefile
21 lines
468 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/06/10 10:22:41 sakamoto 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:../sj3-server-bin
|
|
DEPENDS+= sj3-dict>=2.0.1.20nb1:../sj3-dict
|
|
|
|
EXTRACT_ONLY= # empty
|
|
NO_BUILD= YES
|
|
NO_CHECKSUM= YES
|
|
|
|
do-install: # empty
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|