- Update to 2.00.
- Fix dependency. Submitted by: ijliao PR: 69079 Approved by: linimon (mentor)
This commit is contained in:
parent
64bd0e1b8a
commit
adc304fb64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116712
@ -5,7 +5,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= latex-xcolor
|
||||
PORTVERSION= 1.09
|
||||
PORTVERSION= 2.00
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= latex-beamer
|
||||
@ -14,9 +14,9 @@ DISTNAME= ${PORTNAME:S/^latex-//}-${PORTVERSION}
|
||||
MAINTAINER= hrs@FreeBSD.org
|
||||
COMMENT= A LaTeX package for driver-independent color extensions
|
||||
|
||||
BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX \
|
||||
BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base \
|
||||
${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal
|
||||
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
|
||||
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \
|
||||
${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal
|
||||
|
||||
NO_BUILD= YES
|
||||
@ -29,15 +29,10 @@ CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//}
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME:S/^latex-//}
|
||||
|
||||
CLASS_FILES= xcolor.dtx xcolor.ins xcolor.sty
|
||||
DOC_FILES= README xcolor.pdf
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${PREFIX}/${CLASSDIR}
|
||||
${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${PREFIX}/${CLASSDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${DOC_FILES:S@^@${WRKSRC}/@} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
${MKTEXLSR}
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (xcolor-1.09.tar.gz) = 3cad987433e217e11d76a206ea3b53f3
|
||||
SIZE (xcolor-1.09.tar.gz) = 240860
|
||||
MD5 (xcolor-2.00.tar.gz) = f8960a11271fa9d7bfa352966916553f
|
||||
SIZE (xcolor-2.00.tar.gz) = 68129
|
||||
|
@ -1,7 +1,4 @@
|
||||
@comment $FreeBSD$
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/xcolor.pdf
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%CLASSDIR%%/xcolor.dtx
|
||||
%%CLASSDIR%%/xcolor.ins
|
||||
%%CLASSDIR%%/xcolor.sty
|
||||
|
Loading…
Reference in New Issue
Block a user