pkgsrc/print/tex-eurosym/Makefile
hubertf 16a94472d3 Note that this pkg conflicts with teTeX>1
XXX this doesn't DTRT as we only look at CONFLICTS at 'make install' time,
    by which this pkg already has pulled in it's outdated dependency
2005-02-11 00:57:44 +00:00

37 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.11 2005/02/11 00:57:44 hubertf Exp $
#
DISTNAME= eurosym-1.0
PKGNAME= tex-${DISTNAME}
PKGREVISION= 3
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= ftp://ftp.univie.ac.at/packages/tex/fonts/eurosym/
COMMENT= Euro symbols for LaTeX
# included in teTeX[23]
DEPENDS+= teTeX-bin-1.0.*:../../print/teTeX1-bin
CONFLICTS+= teTeX>1
WRKSRC= ${WRKDIR}/eurosym
NO_CONFIGURE= yes
NO_BUILD= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/texmf/doc/fonts/eurosym
${INSTALL_DATA_DIR} ${PREFIX}/share/texmf/fonts/source/eurosym
${INSTALL_DATA_DIR} ${PREFIX}/share/texmf/fonts/tfm/eurosym
${INSTALL_DATA_DIR} ${PREFIX}/share/texmf/tex/latex/eurosym
${INSTALL_DATA} ${WRKSRC}/README \
${PREFIX}/share/texmf/doc/fonts/eurosym
${INSTALL_DATA} ${WRKSRC}/src/* \
${PREFIX}/share/texmf/fonts/source/eurosym
${INSTALL_DATA} ${WRKSRC}/tfm/* \
${PREFIX}/share/texmf/fonts/tfm/eurosym
${INSTALL_DATA} ${WRKSRC}/sty/* \
${PREFIX}/share/texmf/tex/latex/eurosym
${LOCALBASE}/bin/texconfig rehash
.include "../../mk/bsd.pkg.mk"