freebsd-ports/japanese/skkfep/Makefile
Trevor Johnson 45a54d9a31 Add back MAINTAINER, with small rocks to keep it from getting blown
away again:  the porting-samplem [sic] chapter of the Porter's
Handbook says the line is mandatory.  Also, portlint complains
"FATAL: no MAINTAINER listed in Makefile."

Reviewed by:	maintainer ;-) (ports list)
2001-03-24 03:19:37 +00:00

26 lines
569 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= 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>