mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +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)
27 lines
591 B
Makefile
27 lines
591 B
Makefile
# New ports collection Makefile for: skkfep
|
|
# Date created: 22 Jul 1998
|
|
# Whom: Yusuke Nawano <azuki@azkey.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= skkfep
|
|
PORTVERSION= 0.87
|
|
PORTREVISION= 2
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= http://homepage2.nifty.com/aito/skkfep/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= SKK-like Kana-to-Kanji FrontEnd Processor
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skk
|
|
|
|
MAN1= skkfep.1
|
|
PLIST_FILES= bin/skkfep
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${MANPREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|