aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/okphone/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-02-08 12:54:18 +0800
committerasami <asami@FreeBSD.org>1996-02-08 12:54:18 +0800
commit79c5a93ea9e6db2911ec2de855b9bc49f6d3bb5b (patch)
treebfdd122bc6e805c9c0aaf09c36cc85ee0610ba38 /japanese/okphone/Makefile
parentab8890d87563dc6b10e75947f4d4983edbb30ed1 (diff)
downloadfreebsd-ports-gnome-79c5a93ea9e6db2911ec2de855b9bc49f6d3bb5b.tar.gz
freebsd-ports-gnome-79c5a93ea9e6db2911ec2de855b9bc49f6d3bb5b.tar.zst
freebsd-ports-gnome-79c5a93ea9e6db2911ec2de855b9bc49f6d3bb5b.zip
Japanese phone (conference call).
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>