summaryrefslogtreecommitdiff
path: root/x11/xjman/Makefile
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-05-31 13:01:36 +0000
committerseb <seb@pkgsrc.org>2002-05-31 13:01:36 +0000
commitc3b498ceffeb390ba58ca64926b90ae1674221fa (patch)
tree5474aa0cc7ab7af381f30a4c41a6c750f1bbc8ee /x11/xjman/Makefile
parent9b3179d34e1bd6d64398495bd4a2652bc9d99c49 (diff)
downloadpkgsrc-c3b498ceffeb390ba58ca64926b90ae1674221fa.tar.gz
Reimport of package xjman from japanese/xjman into x11/xjman.
This is part of the japanese category retirement. Pathnames to japanese/ adjusted.
Diffstat (limited to 'x11/xjman/Makefile')
-rw-r--r--x11/xjman/Makefile74
1 files changed, 74 insertions, 0 deletions
diff --git a/x11/xjman/Makefile b/x11/xjman/Makefile
new file mode 100644
index 00000000000..1a5a078c0f0
--- /dev/null
+++ b/x11/xjman/Makefile
@@ -0,0 +1,74 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/31 13:01:36 seb Exp $
+# FreeBSD Id: ports/japanese/xjman/Makefile,v 1.10 1999/10/30 15:34:24 sada Exp
+
+DISTNAME= xjman-0.5
+CATEGORIES= japanese x11
+MASTER_SITES= http://xjman.dsl.gr.jp/
+EXTRACT_SUFX= .tar.bz2
+
+MAINTAINER= sakamoto@netbsd.org
+HOMEPAGE= http://xjman.dsl.gr.jp/
+COMMENT= Japanized X manual from "The X Japanese Documentation Project"
+
+DEPENDS+= ja-man-[0-9]*:../../misc/ja-man
+
+USE_X11BASE= yes
+PLIST_SRC= ${WRKDIR}/PLIST
+WRKSRC= ${WRKDIR}/man/ja_JP.eucJP
+XJMANDIR= man/ja_JP.EUC
+MAKE_ENV+= XJMANDIR=${XJMANDIR}
+
+NO_CONFIGURE= yes
+
+MANCOMPRESSED_IF_MANZ= yes
+
+.include "../../mk/bsd.prefs.mk"
+
+post-extract:
+.for f in Makefile Makefile.inc
+ @${CP} ${FILESDIR}/${f} ${WRKSRC}
+.endfor
+
+pre-build:
+.for dir in man1 man3 man5
+ @(cd ${WRKSRC}/${dir}; \
+ for file in *; do \
+ f=`${ECHO} $$file|${SED} -e 's|x$$||'`; \
+ mlink=`head -1 $$file|${GREP} '^\.so man./'| \
+ ${SED} -e 's|.*man./\(.*\)x|\1|'`; \
+ if [ "$$mlink" = "" ]; then \
+ ${ECHO} "MAN+= $$f" >> Makefile; \
+ ${MV} $$file $$f; \
+ else \
+ ${ECHO} "MLINKS+= $$mlink $$f" >> Makefile; \
+ ${SED} -e 's|x$$||' $$file > $$f; \
+ ${RM} $$file; \
+ fi; \
+ done; \
+ ${ECHO} ".include <bsd.prog.mk>" >> Makefile; \
+ )
+.endfor
+
+MKCATPAGES?= yes
+
+post-build:
+ @${CP} ${PKGDIR}/PLIST ${PLIST_SRC}
+ @(cd ${WRKSRC}; \
+ ${FIND} man1/*.1 man3/*.3 man5/*.5 -type f | \
+ ${SED} -e 's|^|${XJMANDIR}/|' | sort >> ${PLIST_SRC})
+.if ${MKCATPAGES} != no
+ @(cd ${WRKSRC}; \
+ ${FIND} man1/*.1 man3/*.3 man5/*.5 -type f | \
+ ${SED} -e 's|^|${XJMANDIR}/|' \
+ -e 's|man[135]\(/.*\)\.\([135]\)$$|cat\2\1.0|' | \
+ sort >> ${PLIST_SRC})
+.endif
+
+post-install:
+ @${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xjman
+.for i in COPYRIGHT COPYRIGHT.XJDP
+ @${INSTALL_DATA} ${FILESDIR}/$i ${PREFIX}/share/doc/xjman
+.endfor
+ @${INSTALL_DATA} ${WRKDIR}/man/README ${PREFIX}/share/doc/xjman
+
+.include "../../mk/bsd.pkg.mk"