summaryrefslogtreecommitdiff
path: root/japanese/okphone/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-02-08 04:54:18 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-02-08 04:54:18 +0000
commitda379a05915df305e47c9034191255cb3c19ea0a (patch)
tree4bf6725022c8d44d630e3672843edbe640f01fef /japanese/okphone/Makefile
parentComment said this script is for Wnn. Now you know where I copied (diff)
Japanese phone (conference call).
Notes
Notes: svn path=/head/; revision=2695
Diffstat (limited to 'japanese/okphone/Makefile')
-rw-r--r--japanese/okphone/Makefile23
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>