aboutsummaryrefslogtreecommitdiff
path: root/print/latex-keystroke
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2004-08-19 17:31:31 +0000
committerHiroki Sato <hrs@FreeBSD.org>2004-08-19 17:31:31 +0000
commitda816fb578cb426bfbc58d4ebe5700e21c431faf (patch)
treea0fd9b37ee88d70212ced4a42375a90168741229 /print/latex-keystroke
parent71cf2fc3d3c54377f7bbda5a8c3c35924f372f4e (diff)
downloadports-da816fb578cb426bfbc58d4ebe5700e21c431faf.tar.gz
ports-da816fb578cb426bfbc58d4ebe5700e21c431faf.zip
Notes
Diffstat (limited to 'print/latex-keystroke')
-rw-r--r--print/latex-keystroke/Makefile27
1 files changed, 12 insertions, 15 deletions
diff --git a/print/latex-keystroke/Makefile b/print/latex-keystroke/Makefile
index 0b63efd51f3a..9da79d45f377 100644
--- a/print/latex-keystroke/Makefile
+++ b/print/latex-keystroke/Makefile
@@ -16,28 +16,25 @@ EXTRACT_ONLY= #empty
MAINTAINER= hrs@FreeBSD.org
COMMENT= A LaTeX package for the graphical representation of the keys
-BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX
-RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX
+BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base \
+ ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal
+RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \
+ ${TEXMFLOCAL_LSR}:${PORTSDIR}/print/tex-texmflocal
NO_BUILD= YES
-PLIST_SUB= TEXMF=${TEXMF} MKTEXLSR=${MKTEXLSR}
-PLIST_SUB+= CLASSDIR=${CLASSDIR}
+PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL} MKTEXLSR=${MKTEXLSR} \
+ CLASSDIR=${CLASSDIR}
-TEXMF= share/texmf
+TEXMFLOCAL= share/texmf-local
+TEXMFLOCAL_LSR= ${LOCALBASE}/${TEXMFLOCAL}/ls-R
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
-CLASSDIR= ${TEXMF}/tex/latex/${PORTNAME:S/^latex-//}
+CLASSDIR= ${TEXMFLOCAL}/tex/latex/${PORTNAME:S/^latex-//}
DOC_FILES= README
-CLASS_FILES+= key-test.pdf
-CLASS_FILES+= key-test.tex
-CLASS_FILES+= keystroke.sty
-CLASS_FILES+= keystroke_left.eps
-CLASS_FILES+= keystroke_left.pdf
-CLASS_FILES+= keystroke_middle.eps
-CLASS_FILES+= keystroke_middle.pdf
-CLASS_FILES+= keystroke_right.eps
-CLASS_FILES+= keystroke_right.pdf
+CLASS_FILES= key-test.pdf key-test.tex keystroke.sty \
+ keystroke_left.eps keystroke_left.pdf keystroke_middle.eps \
+ keystroke_middle.pdf keystroke_right.eps keystroke_right.pdf
do-install:
${MKDIR} ${PREFIX}/${CLASSDIR}