diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-02-08 04:54:18 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-02-08 04:54:18 +0000 |
commit | da379a05915df305e47c9034191255cb3c19ea0a (patch) | |
tree | 4bf6725022c8d44d630e3672843edbe640f01fef /japanese/okphone/Makefile | |
parent | Comment said this script is for Wnn. Now you know where I copied (diff) |
Japanese phone (conference call).
Diffstat (limited to 'japanese/okphone/Makefile')
-rw-r--r-- | japanese/okphone/Makefile | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/japanese/okphone/Makefile b/japanese/okphone/Makefile new file mode 100644 index 000000000000..704956639475 --- /dev/null +++ b/japanese/okphone/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: okphone +# Version required: 1.2 +# Date created: 7 February 1996 +# Whom: asami +# +# $Id: Makefile,v 1.2 1995/11/26 11:32:35 asami Exp $ +# + +DISTNAME= okphone-1.2 +PKGNAME= jp-okphone-1.2 +CATEGORIES+= japanese net +MASTER_SITES= http://www.iijnet.or.jp/IIJ-MC/odajima/okphone/src/ + +PATCH_SITES= ${MASTER_SITES} +PATCHFILES= okphone-1.2.FreeBSD-patch.gz +PATCH_DIST_STRIP= -p1 + +MAINTAINER= asami@FreeBSD.ORG + +post-install: + @${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + +.include <bsd.port.mk> |