head	1.5;
access;
symbols
	pkgsrc-2013Q2:1.5.0.8
	pkgsrc-2013Q2-base:1.5
	pkgsrc-2012Q4:1.5.0.6
	pkgsrc-2012Q4-base:1.5
	pkgsrc-2011Q4:1.5.0.4
	pkgsrc-2011Q4-base:1.5
	pkgsrc-2011Q2:1.5.0.2
	pkgsrc-2011Q2-base:1.5
	pkgsrc-2009Q4:1.4.0.4
	pkgsrc-2009Q4-base:1.4
	pkgsrc-2009Q3:1.4.0.2
	pkgsrc-2009Q3-base:1.4
	pkgsrc-2009Q2:1.2.0.30
	pkgsrc-2009Q2-base:1.2
	pkgsrc-2009Q1:1.2.0.28
	pkgsrc-2009Q1-base:1.2
	pkgsrc-2008Q4:1.2.0.26
	pkgsrc-2008Q4-base:1.2
	pkgsrc-2008Q3:1.2.0.24
	pkgsrc-2008Q3-base:1.2
	cube-native-xorg:1.2.0.22
	cube-native-xorg-base:1.2
	pkgsrc-2008Q2:1.2.0.20
	pkgsrc-2008Q2-base:1.2
	cwrapper:1.2.0.18
	pkgsrc-2008Q1:1.2.0.16
	pkgsrc-2008Q1-base:1.2
	pkgsrc-2007Q4:1.2.0.14
	pkgsrc-2007Q4-base:1.2
	pkgsrc-2007Q3:1.2.0.12
	pkgsrc-2007Q3-base:1.2
	pkgsrc-2007Q2:1.2.0.10
	pkgsrc-2007Q2-base:1.2
	pkgsrc-2007Q1:1.2.0.8
	pkgsrc-2007Q1-base:1.2
	pkgsrc-2006Q4:1.2.0.6
	pkgsrc-2006Q4-base:1.2
	pkgsrc-2006Q3:1.2.0.4
	pkgsrc-2006Q3-base:1.2
	pkgsrc-2006Q2:1.2.0.2
	pkgsrc-2006Q2-base:1.2
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.5
date	2010.01.16.05.05.11;	author minskim;	state dead;
branches;
next	1.4;

1.4
date	2009.08.18.16.29.21;	author joerg;	state Exp;
branches;
next	1.3;

1.3
date	2009.07.22.09.01.44;	author wiz;	state Exp;
branches;
next	1.2;

1.2
date	2006.05.13.05.36.52;	author minskim;	state Exp;
branches;
next	1.1;

1.1
date	2006.04.09.22.07.54;	author minskim;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2006.04.09.22.07.54;	author minskim;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Remove tex-memhangul-ucs, which was obsoleted by tex-kotex{,-doc}.
@
text
@# $NetBSD: Makefile,v 1.4 2009/08/18 16:29:21 joerg 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

PKG_DESTDIR_SUPPORT=	user-destdir

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"

INSTALLATION_DIRS=	${PKG_LOCALTEXMFPREFIX}/doc/latex/memhangul \
			${PKG_LOCALTEXMFPREFIX}/tex/latex/memhangul \
			${PKG_LOCALTEXMFPREFIX}/fonts/cmap \
			${PKG_LOCALTEXMFPREFIX}/makeindex/

do-install:
.for f in appendixtest.tex doeun.bb doeun.png memucstest.tex
	${INSTALL_DATA} ${WRKSRC}/doc/memhangul-ucs/${f} \
		${DESTDIR}${PKG_LOCALTEXMFPREFIX}/doc/latex/memhangul
.endfor
	${INSTALL_DATA} ${WRKSRC}/fonts/cmap/UTF8-UCS2 \
		${DESTDIR}${PKG_LOCALTEXMFPREFIX}/fonts/cmap/
	${INSTALL_DATA} ${WRKSRC}/makeindex/memucs-manual.ist \
		${DESTDIR}${PKG_LOCALTEXMFPREFIX}/makeindex/
	${INSTALL_DATA} ${WRKSRC}/tex/latex/memhangul/*.sty \
		${DESTDIR}${PKG_LOCALTEXMFPREFIX}/tex/latex/memhangul/

.include "../../mk/bsd.pkg.mk"
@


1.4
log
@Fix installation and add destdir support.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.3 2009/07/22 09:01:44 wiz Exp $
@


1.3
log
@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
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.2 2006/05/13 05:36:52 minskim Exp $
d13 2
d23 5
a28 1
	${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/doc/latex/memhangul
d31 1
a31 1
		${PKG_LOCALTEXMFPREFIX}/doc/latex/memhangul
d34 1
a34 1
		${PKG_LOCALTEXMFPREFIX}/fonts/cmap/
d36 1
a36 2
		${PKG_LOCALTEXMFPREFIX}/makeindex/
	${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/memhangul
d38 1
a38 1
		${PKG_LOCALTEXMFPREFIX}/tex/latex/memhangul/
@


1.2
log
@Update tex-memhangul-ucs to 1.4.4f.

Changes:
- Add a new option: dvips.
@
text
@d1 1
a1 1
# $NetBSD: Makefile,v 1.1.1.1 2006/04/09 22:07:54 minskim Exp $
a17 1
USE_DIRS+=	texmf-1.2
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# $NetBSD$
d3 1
a3 1
DISTNAME=	memhangul-ucs-1.44c
d7 1
a15 1
WRKSRC=		${WRKDIR}
d24 1
a24 1
.for f in appendixtest.tex doeunbike.bb doeunbike.jpg memucstest.tex
@


1.1.1.1
log
@Import tex-memhangul-ucs.

memhangul is a LaTeX package to process Korean with the memoir class.
This package is based on DHUcs.
@
text
@@
