diff options
author | minskim <minskim@pkgsrc.org> | 2006-08-10 03:31:51 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-08-10 03:31:51 +0000 |
commit | f48cf80ee8c17e8a5c64aabfae090a75b7810757 (patch) | |
tree | 76cef47cb29f00dcf04ed456f46975bf53fd2733 /print/tex-textpos/Makefile | |
parent | 4cd37c8b4a4e2a04b99a71789ac1a16ac6c10ff6 (diff) | |
download | pkgsrc-f48cf80ee8c17e8a5c64aabfae090a75b7810757.tar.gz |
Remove redundant packages. They are included in teTeX3.
Diffstat (limited to 'print/tex-textpos/Makefile')
-rw-r--r-- | print/tex-textpos/Makefile | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/print/tex-textpos/Makefile b/print/tex-textpos/Makefile deleted file mode 100644 index 3b0de1fc48b..00000000000 --- a/print/tex-textpos/Makefile +++ /dev/null @@ -1,50 +0,0 @@ -# $NetBSD: Makefile,v 1.19 2006/05/13 03:44:24 minskim Exp $ -# - -NAME= textpos -DISTNAME= ${NAME} -PKGNAME= tex-${NAME}-1.2b -PKGREVISION= 3 -CATEGORIES= print -MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/supported/${NAME}/} - -MAINTAINER= pkgsrc-users@NetBSD.org -# HOMEPAGE= -COMMENT= Absolute positioning of text on the LaTeX page - -WRKSRC= ${WRKDIR} -DIST_SUBDIR= ${NAME} -DISTFILES= textpos.ins LICENCE README textpos.dtx VERSION - -# included in teTeX3 -TEX_ACCEPTED= teTeX2 - -NO_CONFIGURE= yes -USE_DIRS+= texmf-1.0 - -.include "../../mk/bsd.prefs.mk" - -.if ${TEX_DEFAULT} == "teTeX3" -PKG_SKIP_REASON+= "textpos is included in ${TEX_DEFAULT}." -.else -.include "../../print/teTeX/module.mk" -.endif - -do-build: - cd ${WRKSRC} && latex textpos.ins - cd ${WRKSRC} && latex textpos.drv - -do-install: - ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/${PKGBASE} - ${INSTALL_DATA} ${WRKSRC}/textpos-example.tex \ - ${PREFIX}/share/examples/${PKGBASE} - ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/${PKGBASE} - for f in LICENCE README VERSION textpos.dvi; do \ - ${INSTALL_DATA} ${WRKSRC}/$$f \ - ${PREFIX}/share/doc/${PKGBASE}; done - ${INSTALL_DATA_DIR} ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos - for f in textpos.sty textpos.dtx; do \ - ${INSTALL_DATA} ${WRKSRC}/$$f \ - ${PKG_LOCALTEXMFPREFIX}/tex/latex/textpos; done - -.include "../../mk/bsd.pkg.mk" |