Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= circ |
8 |
PORTNAME= circ |
9 |
PORTVERSION= 1.0f |
9 |
PORTVERSION= 1.0f |
|
|
10 |
PORTREVISION= 1 |
10 |
CATEGORIES= print |
11 |
CATEGORIES= print |
11 |
MASTER_SITES= ftp://cam.ctan.org/tex-archive/macros/generic/diagrams/ \ |
12 |
MASTER_SITES= ftp://cam.ctan.org/tex-archive/macros/generic/diagrams/ \ |
12 |
http://theory.uwinnipeg.ca/scripts/CTAN/macros/generic/diagrams/ |
13 |
http://theory.uwinnipeg.ca/scripts/CTAN/macros/generic/diagrams/ |
Lines 35-41
Link Here
|
35 |
|
36 |
|
36 |
CIRC_INS= circ.ins |
37 |
CIRC_INS= circ.ins |
37 |
CIRC_DRV= circ.drv |
38 |
CIRC_DRV= circ.drv |
38 |
CIRC_DOC= circ.dvi |
39 |
CIRC_DOC= circ.dvi circ.pdf |
39 |
|
40 |
|
40 |
FIND_CLASS= -type f \( -name "*.sty" -or -name "*.def" \) |
41 |
FIND_CLASS= -type f \( -name "*.sty" -or -name "*.def" \) |
41 |
FIND_FONTS_PK= -type f -name "*.*pk" |
42 |
FIND_FONTS_PK= -type f -name "*.*pk" |
Lines 76-82
Link Here
|
76 |
.if !defined(NOPORTDOCS) |
77 |
.if !defined(NOPORTDOCS) |
77 |
@cd ${WRKSRC}; \ |
78 |
@cd ${WRKSRC}; \ |
78 |
${MKDIR} ${TEXMFLOCAL_DOC}/${PORTNAME}; \ |
79 |
${MKDIR} ${TEXMFLOCAL_DOC}/${PORTNAME}; \ |
79 |
${INSTALL_DATA} ${CIRC_DOC} ${TEXMFLOCAL_DOC}/${PORTNAME}/${CIRC_DOC} |
80 |
for doc in ${CIRC_DOC}; do \ |
|
|
81 |
${INSTALL_DATA} $${doc} ${TEXMFLOCAL_DOC}/${PORTNAME}/$${doc}; \ |
82 |
done |
80 |
.endif |
83 |
.endif |
81 |
|
84 |
|
82 |
post-install: |
85 |
post-install: |