pkgsrc/print/tex-textpos/Makefile
tonio 56edd1a62d Make teTeX3 the default TEX_DEFAULT
bump PKGREVISION where necessary

Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to
teTeX?/buidlink3.mk, so that packages may include
print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not
allow that)
2006-01-08 14:00:11 +00:00

40 lines
958 B
Makefile

# $NetBSD: Makefile,v 1.14 2006/01/08 14:00:12 tonio Exp $
#
NAME= textpos
DISTNAME= ${NAME}
PKGNAME= tex-${NAME}-1.2b
PKGREVISION= 2
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
TEX_ACCEPTED= teTeX1 teTeX2
CONFLICTS+= teTeX-bin>=3.0
NO_CONFIGURE= yes
NO_BUILD= yes
do-extract:
do-install:
${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos
for f in ${DISTFILES}; do \
${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/$$f \
${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos; \
done
post-install:
cd ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos; latex textpos.ins
${LOCALBASE}/bin/texconfig rehash
.include "../../mk/tex.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"