1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/japanese/okphone/Makefile
Akinori MUSHA edcf8b3594 Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.
Now try to use those variables everywhere around DIST* and PATCH*
definitions as far as possible, for ease of the future updates and the
neatness.

Okay, 60% of `japanese' ports have been done. :)
2000-04-11 14:15:53 +00:00

32 lines
706 B
Makefile

# New ports collection makefile for: okphone
# Date created: 7 February 1996
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= okphone
PORTVERSION= 1.2
CATEGORIES= japanese net
MASTER_SITES= ftp://ftp.fit.ac.jp/pub/Net/okphone/
PATCH_SITES= ftp://ftp.fit.ac.jp/pub/Net/okphone/patch/
PATCHFILES= ${DISTNAME}.FreeBSD-patch.rev2.gz
MAINTAINER= max@FreeBSD.org
PATCH_DIST_STRIP= -p1
MAN1= phone.1
post-install:
${INSTALL_MAN} ${WRKSRC}/phone.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/okphone
.for f in NOTE READ_ME Readme.kana
${INSTALL_DATA} ${WRKSRC}/$f ${PREFIX}/share/doc/okphone
.endfor
.endif
@${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>