summaryrefslogtreecommitdiff
path: root/fonts/tex-uhc-fonts-base/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/tex-uhc-fonts-base/Makefile.common')
-rw-r--r--fonts/tex-uhc-fonts-base/Makefile.common38
1 files changed, 0 insertions, 38 deletions
diff --git a/fonts/tex-uhc-fonts-base/Makefile.common b/fonts/tex-uhc-fonts-base/Makefile.common
deleted file mode 100644
index 722c929c689..00000000000
--- a/fonts/tex-uhc-fonts-base/Makefile.common
+++ /dev/null
@@ -1,38 +0,0 @@
-# $NetBSD: Makefile.common,v 1.9 2011/03/11 11:40:37 zafer Exp $
-
-DISTNAME= uhc-fonts-1.0
-CATEGORIES= fonts
-MASTER_SITES= # ftp://ftp.ktug.or.kr/pub/ktug/hlatex/fonts/
-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${UHC_FONTS}
-
-MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= http://project.ktug.or.kr/hlatex/install-fonts.html
-
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
-
-PKG_DESTDIR_SUPPORT= user-destdir
-
-NO_BUILD= yes
-NO_CONFIGURE= yes
-
-TEX_TEXMF_DIRS+= ${PREFIX}/share/texmf-dist
-
-do-install:
-.if !empty(TEX_MAP_FILES) || !empty(TEX_MIXEDMAP_FILES)
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/texmf-dist/fonts/map/hlatex
-. for f in ${TEX_MAP_FILES} ${TEX_MIXEDMAP_FILES}
- ${INSTALL_DATA} ${WRKSRC}/${f} \
- ${DESTDIR}${PREFIX}/share/texmf-dist/fonts/map/hlatex/
-. endfor
-.endif
-.for f in ${UHC_FONTS}
- extract_file=${_DISTDIR:Q}/${f}; \
- cd ${DESTDIR}${PREFIX}/share/texmf-dist/fonts; ${EXTRACT_CMD}
-.endfor
-
-.include "../../print/kpathsea/texmf.mk"
-.if !empty(TEX_MAP_FILES) || !empty(TEX_MIXEDMAP_FILES)
-. include "../../print/texlive-tetex/map.mk"
-.endif
-
-.include "../../mk/bsd.pkg.mk"