2008-05-26 04:13:14 +02:00
|
|
|
# $NetBSD: Makefile,v 1.8 2008/05/26 02:13:23 joerg Exp $
|
2005-05-17 00:30:24 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= chemarrow
|
|
|
|
PKGNAME= tex-${DISTNAME}-0.1
|
2006-04-07 04:41:13 +02:00
|
|
|
PKGREVISION= 3
|
2005-05-17 00:30:24 +02:00
|
|
|
CATEGORIES= print
|
|
|
|
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
|
|
|
|
EXTRACT_SUFX= .zip
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2005-05-17 00:30:24 +02:00
|
|
|
HOMEPAGE= http://tug.ctan.org/tex-archive/help/Catalogue/entries/chemarrow.html
|
|
|
|
COMMENT= New arrow heads for chemical reaction schemes
|
|
|
|
|
|
|
|
NO_CONFIGURE= yes
|
|
|
|
NO_BUILD= yes
|
2006-04-07 04:41:13 +02:00
|
|
|
USE_DIRS+= texmf-1.0
|
2005-05-17 00:30:24 +02:00
|
|
|
|
2008-05-26 04:13:14 +02:00
|
|
|
USE_TOOLS+= pax
|
|
|
|
|
2005-11-13 06:30:10 +01:00
|
|
|
.include "../../print/teTeX/module.mk"
|
|
|
|
|
2005-05-17 00:30:24 +02:00
|
|
|
post-extract:
|
2006-01-23 19:37:18 +01:00
|
|
|
@cd ${WRKSRC}/type1 && ${UNZIP_CMD} -Laqo arrow.PC.zip
|
2005-05-17 00:30:24 +02:00
|
|
|
|
|
|
|
do-install:
|
2005-11-08 22:45:01 +01:00
|
|
|
${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/fonts/source/chemarrow
|
|
|
|
${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/chemarrow
|
|
|
|
${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/fonts/tfm/chemarrow
|
2005-05-17 00:30:24 +02:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/fonts/chemarrow
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/arrow.mf \
|
2005-11-08 22:45:01 +01:00
|
|
|
${PKG_LOCALTEXMFPREFIX}/fonts/source/chemarrow
|
2005-05-17 00:30:24 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/arrow.tfm \
|
2005-11-08 22:45:01 +01:00
|
|
|
${PKG_LOCALTEXMFPREFIX}/fonts/tfm/chemarrow
|
2005-05-17 00:30:24 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/chemarrow.sty \
|
2005-11-08 22:45:01 +01:00
|
|
|
${PKG_LOCALTEXMFPREFIX}/tex/latex/chemarrow
|
2008-05-26 04:13:14 +02:00
|
|
|
cd ${WRKSRC}/type1/arrow\ PC && pax -rw . \
|
2005-05-17 00:30:24 +02:00
|
|
|
${PREFIX}/share/fonts/chemarrow/
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|