8f630d3f3a
because this package didn't update ls-R at deinstallation.
32 lines
703 B
Makefile
32 lines
703 B
Makefile
# $NetBSD: Makefile,v 1.4 2005/11/13 04:12:43 minskim Exp $
|
|
#
|
|
|
|
DISTNAME= unicode
|
|
PKGNAME= tex-ucs-20041710
|
|
PKGREVISION= 1
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://www.unruh.de/DniQ/latex/unicode/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= minskim@NetBSD.org
|
|
HOMEPAGE= http://www.unruh.de/DniQ/latex/unicode/
|
|
COMMENT= LaTeX UTF-8 support
|
|
|
|
WRKSRC= ${WRKDIR}/ucs
|
|
NO_CONFIGURE= yes
|
|
NO_BUILD= yes
|
|
|
|
UCSFILES= ucs.sty utf8x.def ucsencs.def
|
|
UCSDIR= ${PKG_LOCALTEXMFPREFIX}/tex/latex/ucs
|
|
|
|
.include "../../mk/module.mk"
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${UCSDIR}
|
|
(cd ${WRKSRC} && \
|
|
for f in ${UCSFILES}; do \
|
|
${INSTALL_DATA} $$f ${UCSDIR}; \
|
|
done)
|
|
${CP} -r ${WRKSRC}/data ${UCSDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|