1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/japanese/typist/Makefile
Martin Wilke b0a184c6ba - Don't make use of sgtty
PR:		113330
Submitted by:	Ed Schouten <ed@hoeg.nl>
2007-06-06 17:27:32 +00:00

31 lines
766 B
Makefile

# New ports collection makefile for: typist
# Date created: 26 May 1997
# Whom: Satoshi TAOKA
#
# $FreeBSD$
#
PORTNAME= typist
PORTVERSION= 2.0
CATEGORIES= japanese
MASTER_SITES= ftp://tuba.csedu.kobe-u.ac.jp/pub/UNIX/
DISTNAME= ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Typing lessons (Japanese version)
WRKSRC= ${WRKDIR}/${DISTNAME}/src
MAN1= typist.1
post-install:
@strip ${PREFIX}/bin/typist
.if !defined(NOPORTDOCS)
${MKDIR} $(PREFIX)/share/doc/typist
${INSTALL_DATA} ${WRKSRC}/../doc/INSTALL.txt $(PREFIX)/share/doc/typist
${INSTALL_DATA} ${WRKSRC}/../doc/README.J $(PREFIX)/share/doc/typist
${INSTALL_DATA} ${WRKSRC}/../doc/README.orig $(PREFIX)/share/doc/typist
.endif
.include <bsd.port.mk>