pkgsrc/print/tex-textpos/Makefile
hubertf 1d55d79c7d Actually pull in teTeX(2, not 1!) *if* someone really needs this.
This pkg will go away when we have teTeX3.
2005-02-11 01:02:42 +00:00

39 lines
941 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/02/11 01:02:42 hubertf Exp $
#
NAME= textpos
DISTNAME= ${NAME}
PKGNAME= tex-${NAME}-1.2b
PKGREVISION= 1
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/supported/${NAME}/}
MAINTAINER= tech-pkg@NetBSD.org
# HOMEPAGE=
COMMENT= Absolute positioning of text on the LaTeX page
WRKSRC= ${WRKDIR}/${NAME}
DIST_SUBDIR= ${NAME}
DISTFILES= textpos.ins LICENCE README textpos.dtx VERSION
# included in teTeX3
DEPENDS+= teTeX-bin<3.0:../../print/teTeX-bin
CONFLICTS+= teTeX-bin>=3.0
NO_CONFIGURE= yes
NO_BUILD= yes
do-extract:
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/texmf/tex/latex/textpos
for f in ${DISTFILES}; do \
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$$f \
${PREFIX}/share/texmf/tex/latex/textpos; \
done
post-install:
cd ${PREFIX}/share/texmf/tex/latex/textpos; latex textpos.ins
${LOCALBASE}/bin/texconfig rehash
.include "../../mk/bsd.pkg.mk"