pkgsrc/print/tex-memhangul-ucs/Makefile
wiz 6f7c23cfe5 Remove USE_DIRS from pkgsrc.
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.

Packages needing empty directories can use the @pkgdir command in PLIST.

Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
2009-07-22 09:01:16 +00:00

35 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:44 wiz Exp $
DISTNAME= memhangul-ucs-1.4.4f
PKGNAME= tex-${DISTNAME}
CATEGORIES= print
MASTER_SITES= http://my.ktug.or.kr/~karnes/testtest/
EXTRACT_SUFX= .zip
MAINTAINER= minskim@NetBSD.org
HOMEPAGE= http://faq.ktug.or.kr/faq/MemhangulClass
COMMENT= Korean support in memoir
DEPENDS+= tex-dhucs>=2.6:../../print/tex-dhucs
DEPENDS+= tex-memoir>=1.618:../../print/tex-memoir
NO_CONFIGURE= yes
NO_BUILD= yes
.include "../../print/teTeX/module.mk"
do-install:
${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/latex/memhangul
.for f in appendixtest.tex doeun.bb doeun.png memucstest.tex
${INSTALL_DATA} ${WRKSRC}/doc/memhangul-ucs/${f} \
${PKG_LOCALTEXMFPREFIX}/doc/latex/memhangul
.endfor
${INSTALL_DATA} ${WRKSRC}/fonts/cmap/UTF8-UCS2 \
${PKG_LOCALTEXMFPREFIX}/fonts/cmap/
${INSTALL_DATA} ${WRKSRC}/makeindex/memucs-manual.ist \
${PKG_LOCALTEXMFPREFIX}/makeindex/
${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/memhangul
${INSTALL_DATA} ${WRKSRC}/tex/latex/memhangul/*.sty \
${PKG_LOCALTEXMFPREFIX}/tex/latex/memhangul/
.include "../../mk/bsd.pkg.mk"