summaryrefslogtreecommitdiff
path: root/print/tex-fixme/Makefile
diff options
context:
space:
mode:
authorminskim <minskim>2011-01-12 17:07:10 +0000
committerminskim <minskim>2011-01-12 17:07:10 +0000
commitc2b5b0da92ed23be8736634695a926199e29801f (patch)
tree47bef319b6ca3a4d138d2257a3118b091b05d035 /print/tex-fixme/Makefile
parent7b5c978d5b8720587aa2f7c0a428375b897e66d2 (diff)
downloadpkgsrc-c2b5b0da92ed23be8736634695a926199e29801f.tar.gz
Update tex-fixme to 4.1.
Switched to the version in TeX Live. Many new features were added in 4.x, including support for tex-pdfcomment.
Diffstat (limited to 'print/tex-fixme/Makefile')
-rw-r--r--print/tex-fixme/Makefile38
1 files changed, 14 insertions, 24 deletions
diff --git a/print/tex-fixme/Makefile b/print/tex-fixme/Makefile
index 7aab99d588e..e4433dbd630 100644
--- a/print/tex-fixme/Makefile
+++ b/print/tex-fixme/Makefile
@@ -1,31 +1,21 @@
-# $NetBSD: Makefile,v 1.4 2010/01/27 16:14:26 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2011/01/12 17:07:10 minskim Exp $
DISTNAME= fixme
-PKGNAME= tex-${DISTNAME}-3.2
-CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=macros/latex/contrib/}
-EXTRACT_SUFX= .zip
+PKGNAME= tex-${DISTNAME}-4.1
+TEXLIVE_REV= 16169
MAINTAINER= minskim@NetBSD.org
-HOMEPAGE= http://tug.ctan.org/tex-archive/macros/latex/contrib/fixme/
COMMENT= Insert "fixme" notes into draft documents
-PKG_DESTDIR_SUPPORT= user-destdir
-
-DIST_SUBDIR= ${PKGNAME}
-
-.include "../../print/teTeX/module.mk"
-
-INSTALLATION_DIRS+= ${PKG_LOCALTEXMFPREFIX}/doc/latex/fixme \
- ${PKG_LOCALTEXMFPREFIX}/tex/latex/fixme
-
-do-build:
- cd ${WRKSRC} && latex fixme.ins
-
-do-install:
- ${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/README ${WRKSRC}/fixme.pdf \
- ${WRKSRC}/fixme.el ${DESTDIR}${PKG_LOCALTEXMFPREFIX}/doc/latex/fixme
- ${INSTALL_DATA} ${WRKSRC}/fixme.sty \
- ${DESTDIR}${PKG_LOCALTEXMFPREFIX}/tex/latex/fixme
-
+DEPENDS+= tex-changebar-[0-9]*:../../print/tex-changebar
+DEPENDS+= tex-graphics>=1.0onb1:../../print/tex-graphics
+DEPENDS+= tex-latex>=2009:../../print/tex-latex
+DEPENDS+= tex-latex-bin>=2009nb1:../../print/tex-latex-bin
+DEPENDS+= tex-marginnote-[0-9]*:../../print/tex-marginnote
+DEPENDS+= tex-pdfcomment-[0-9]*:../../print/tex-pdfcomment
+DEPENDS+= tex-tools>=2010:../../print/tex-tools
+DEPENDS+= tex-xcolor>=2.11:../../print/tex-xcolor
+DEPENDS+= tex-xkeyval>=2.6a:../../print/tex-xkeyval
+
+.include "../../print/texlive/package.mk"
.include "../../mk/bsd.pkg.mk"