mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
1949da6772
- Split a big patch-aa into five pieces. - Don't patch up the dist Makefile to install and compress the man page. - Define MAN1 and remove man page entry from the PLIST. - Make myself the maintainer (was ports@FreeBSD.ORG). - Install the docs into share/doc/okphone instead of share/okphone. - Honor ${NOPORTDOCS}. There might be some other changes I can't remember of.
33 lines
783 B
Makefile
33 lines
783 B
Makefile
# New ports collection makefile for: okphone
|
|
# Version required: 1.2
|
|
# Date created: 7 February 1996
|
|
# Whom: asami
|
|
#
|
|
# $Id: Makefile,v 1.11 1998/08/10 12:10:07 steve Exp $
|
|
#
|
|
|
|
DISTNAME= okphone-1.2
|
|
PKGNAME= ja-okphone-1.2
|
|
CATEGORIES= japanese net
|
|
MASTER_SITES= ftp://ftp.kyushu-u.ac.jp/pub/utils/
|
|
|
|
PATCH_SITES= ftp://ftp.fit.ac.jp/pub/Net/okphone/patch/
|
|
PATCHFILES= okphone-1.2.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>
|