freebsd-ports/japanese/typist/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

30 lines
723 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/
EXTRACT_SUFX= .src.tar.gz
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= taoka@FreeBSD.org
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>