mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
34 lines
805 B
Makefile
34 lines
805 B
Makefile
# New ports collection makefile for: skk
|
|
# Date created: 04 Mar 1997
|
|
# Whom: Makoto Matsushita <matusita@jp.freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= skk
|
|
PORTVERSION= 9.6
|
|
PORTREVISION= 3
|
|
CATEGORIES= japanese elisp
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
EXTRACT_ONLY= # empty
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT=The "meta-port" for the SKK Japanese-input software
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/skk/${SKKJISYO}:${PORT_SKK_JISYO} \
|
|
${LOCALBASE}/bin/skkdic-count:${PORT_SKK_TOOLS} \
|
|
${LOCALBASE}/sbin/skkserv:${PORT_SKK_SERV}
|
|
|
|
NO_BUILD= yes
|
|
|
|
SKKJISYO_SIZE?= L
|
|
SKKJISYO?= SKK-JISYO.${SKKJISYO_SIZE}
|
|
PORT_SKK_JISYO= ${.CURDIR}/../../japanese/skk-jisyo
|
|
PORT_SKK_TOOLS= ${.CURDIR}/../../japanese/skk-tools
|
|
PORT_SKK_SERV= ${.CURDIR}/../../japanese/skkserv
|
|
|
|
do-install: # empty
|
|
|
|
.include <bsd.port.mk>
|