From 20e998732ac0cb4c8a22462d26fe742442618d42 Mon Sep 17 00:00:00 2001 From: SADA Kenji Date: Thu, 2 Sep 1999 16:16:35 +0000 Subject: A GPL2'ed draft Japanese word processor. --- japanese/word/Makefile | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 japanese/word/Makefile (limited to 'japanese/word/Makefile') diff --git a/japanese/word/Makefile b/japanese/word/Makefile new file mode 100644 index 000000000000..47997f78bbac --- /dev/null +++ b/japanese/word/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: word +# Version required: 0.98 +# Date created: 30 August 1999 +# Whom: sada +# +# $Id$ +# + +DISTNAME= word-0.98 +PKGNAME= ja-${DISTNAME} +CATEGORIES= japanese +MASTER_SITES= http://www.linet.gr.jp/~mituiwa/ + +MAINTAINER= sada@FreeBSD.ORG + +LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 + +DOCDIR= ${PREFIX}/share/doc/ja-word +EXAMPLEDIR= ${PREFIX}/share/examples/ja-word + +do-build: + (cd ${WRKSRC}; \ + ${CC} -o word `gtk12-config --cflags` `gtk12-config --libs` word.c ) + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/word ${PREFIX}/bin + ${MKDIR} ${DOCDIR} +.for i in Changes LICENSE README + ${INSTALL_DATA} ${WRKSRC}/$i ${DOCDIR} +.endfor + ${MKDIR} ${EXAMPLEDIR} +.for i in .wordfontrc richo.wordfontrc + ${INSTALL_DATA} ${WRKSRC}/$i ${EXAMPLEDIR} +.endfor + +.include -- cgit v1.2.3