mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9af042ec88
PR: ports/20426 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> (Ports Fury!) By the way, why didn't this port have a MAINTAINER line? I set it to -ports list, but someone should take it over.. Kato-san? :>
27 lines
577 B
Makefile
27 lines
577 B
Makefile
# New ports collection Makefile for: skkfep
|
|
# Date created: 22 Jul 1998
|
|
# Whom: Yusuke Nawano <azuki@azkey.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= skkfep
|
|
PORTVERSION= 0.86c
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= ftp://ei5nazha.yz.yamagata-u.ac.jp/skkfep/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= freebsd-ports@FreeBSD.org
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skk
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
MAN1= skkfep.1
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|