aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/oleo/Makefile
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-07-21 01:32:30 +0800
committermax <max@FreeBSD.org>1997-07-21 01:32:30 +0800
commit8b3ee5d610a2b9e84a3de1093f5897ad0cbd9f80 (patch)
treec8d5dce72b11b9876b9e5d001e763fff431dc18f /japanese/oleo/Makefile
parenta9df20c801e96c10503d8784edc3d7fea84079ff (diff)
downloadfreebsd-ports-gnome-8b3ee5d610a2b9e84a3de1093f5897ad0cbd9f80.tar.gz
freebsd-ports-gnome-8b3ee5d610a2b9e84a3de1093f5897ad0cbd9f80.tar.zst
freebsd-ports-gnome-8b3ee5d610a2b9e84a3de1093f5897ad0cbd9f80.zip
New port, jp-oleo:
A Spreadsheet Program + Japanese patches. PR: 4031 Submitted by: sanpei@yy.cs.keio.ac.jp
Diffstat (limited to 'japanese/oleo/Makefile')
-rw-r--r--japanese/oleo/Makefile30
1 files changed, 30 insertions, 0 deletions
diff --git a/japanese/oleo/Makefile b/japanese/oleo/Makefile
new file mode 100644
index 000000000000..68d39c059b92
--- /dev/null
+++ b/japanese/oleo/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: jp-oleo
+# Version required: 1.6
+# Date created: 2 March 1997
+# Whom: Yoshiro MIHIRA
+#
+# $Id$
+#
+
+DISTNAME= oleo-1.6
+PKGNAME= jp-oleo-1.6
+CATEGORIES= japanese math
+MASTER_SITES= http://www.hh.iij4u.or.jp/~hayasida/oleo/ \
+ ${MASTER_SITE_GNU}
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} oleo-doc.tar.gz
+
+PATCH_SITES= http://www.hh.iij4u.or.jp/%7Ehayasida/oleo/
+PATCHFILES= oleo-1.6-1.6jb2.diff.gz
+
+MAINTAINER= sanpei@yy.cs.keio.ac.jp
+
+PATCH_DIST_STRIP= -p1
+GNU_CONFIGURE=yes
+
+post-install:
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc/oleo/ja_JP.EUC
+ @${INSTALL_DATA} ${WRKDIR}/USING.eucJP ${PREFIX}/share/doc/oleo/ja_JP.EUC/
+.endif
+
+.include <bsd.port.mk>