summaryrefslogtreecommitdiffstats
path: root/japanese/ng-canna/Makefile
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-01-18 04:37:16 +0000
committersteve <steve@FreeBSD.org>1999-01-18 04:37:16 +0000
commita6b4f570170d9863d3321dfad119b47c043be2c6 (patch)
treec61938cf47cad6c4e7d6cedabe61e2bb57932a04 /japanese/ng-canna/Makefile
parentff0e9a109aeabf0bd3839afa36f8c7cdbd52722d (diff)
downloadFreeBSD-ports-a6b4f570170d9863d3321dfad119b47c043be2c6.zip
FreeBSD-ports-a6b4f570170d9863d3321dfad119b47c043be2c6.tar.gz
Initial import of ng-canna version 1.0.2.
A very lightweight Emacs-clone with Japanese and Canna support. PR: 9436 Submitted by: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
Diffstat (limited to 'japanese/ng-canna/Makefile')
-rw-r--r--japanese/ng-canna/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/japanese/ng-canna/Makefile b/japanese/ng-canna/Makefile
new file mode 100644
index 0000000..e4dbbba
--- /dev/null
+++ b/japanese/ng-canna/Makefile
@@ -0,0 +1,33 @@
+# New ports collection Makefile for: ja-ng-canna
+# Version required: ng1.3Lcanna1.0.2
+# Date created: 11 January 1999
+# Whom: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
+#
+# $Id$
+#
+
+DISTNAME= ng13Lcanna1.0.2
+PKGNAME= ja-ng-canna-1.3l
+CATEGORIES= japanese editors
+MASTER_SITES= http://www3.tky.3web.ne.jp/~quiver/ng/
+
+MAINTAINER= honda@kashio.info.mie-u.ac.jp
+
+LIB_DEPENDS= canna:${PORTSDIR}/japanese/Canna
+
+WRKSRC= ${WRKDIR}/ng
+ALL_TARGET= ng
+
+post-patch:
+ @(cd ${WRKSRC} ; $(LN) -s sys/bsd/Makefile.canna ./Makefile )
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/ng ${PREFIX}/bin/
+
+post-install:
+ ${MKDIR} ${PREFIX}/share/doc/ja/ng
+ ${INSTALL_DATA} ${WRKSRC}/doc/Ng.doc ${PREFIX}/share/doc/ja/ng/Ng.doc.euc-jp
+ ${INSTALL_DATA} ${WRKSRC}/doc/Ng.ref ${PREFIX}/share/doc/ja/ng/Ng.ref.euc-jp
+ ${INSTALL_DATA} ${WRKSRC}/doc/Ng.tut ${PREFIX}/share/doc/ja/ng/Ng.tut.euc-jp
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud