1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/japanese/skk-tools/Makefile
Akinori MUSHA 8e270816f9 Update the japanese/[o-t]* ports with the new
PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
2000-04-12 14:38:12 +00:00

23 lines
566 B
Makefile

# New ports collection makefile for: skk-tools
# Date created: 31 Oct 1998
# Whom: Shigeyuki FUKUSHIMA <shige@kuis.kyoto-u.ac.jp>
#
# $FreeBSD$
#
PORTNAME= skk-tools
PORTVERSION= 9.6
CATEGORIES= japanese
MASTER_SITES= ftp://skk.kuis.kyoto-u.ac.jp/skk/${PORTVERSION}/
DISTNAME= skk${PORTVERSION}
MAINTAINER= matusita@jp.freebsd.org
BUILD_DEPENDS= /nonexistent:${SKK_MASTERDIR}:configure
SKK_MASTERDIR= ${.CURDIR}/../../japanese/skk-jisyo
WRKSRC= ${WRKDIRPREFIX}${SKK_MASTERDIR}/work/skk-${PORTVERSION}
MAKE_ARGS= SUBDIRS='jisyo-tools'
.include <bsd.port.mk>