|
Lines 19-26
Link Here
|
| 19 |
|
19 |
|
| 20 |
MAINTAINER= watanabe@zlab.phys.nagoya-u.ac.jp |
20 |
MAINTAINER= watanabe@zlab.phys.nagoya-u.ac.jp |
| 21 |
|
21 |
|
| 22 |
RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common \ |
22 |
RUN_DEPENDS= ptex-common:${PORTSDIR}/japanese/ptex-common |
| 23 |
${LOCALBASE}/share/fonts/vf-a2bk:${PORTSDIR}/japanese/vftool |
|
|
| 24 |
LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib |
23 |
LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib |
| 25 |
|
24 |
|
| 26 |
MANUAL_PACKAGE_BUILD= incompatible with other versions of dvipsk-* |
25 |
MANUAL_PACKAGE_BUILD= incompatible with other versions of dvipsk-* |
|
Lines 31-37
Link Here
|
| 31 |
MAKE_FLAGS= XCFLAGS="-I${PREFIX}/include" XLOADLIBES="-L${PREFIX}/lib" |
30 |
MAKE_FLAGS= XCFLAGS="-I${PREFIX}/include" XLOADLIBES="-L${PREFIX}/lib" |
| 32 |
SCRIPTS_ENV= MV=${MV} SED=${SED} |
31 |
SCRIPTS_ENV= MV=${MV} SED=${SED} |
| 33 |
MAN1= dvips.1 afm2tfm.1 |
32 |
MAN1= dvips.1 afm2tfm.1 |
| 34 |
IS_INTERACTIVE= yes |
|
|
| 35 |
|
33 |
|
| 36 |
TEXMF= ${PREFIX}/share/texmf |
34 |
TEXMF= ${PREFIX}/share/texmf |
| 37 |
DVIPSDIR= ${TEXMF}/dvips |
35 |
DVIPSDIR= ${TEXMF}/dvips |
|
Lines 88-99
Link Here
|
| 88 |
done |
86 |
done |
| 89 |
@${LN} -fs ${DVIPSDIR}/contrib ${PREFIX}/share/doc/dvips/contrib |
87 |
@${LN} -fs ${DVIPSDIR}/contrib ${PREFIX}/share/doc/dvips/contrib |
| 90 |
.endif |
88 |
.endif |
| 91 |
.if defined(BATCH) |
89 |
@${CAT} ${PKGDIR}/MESSAGE |
| 92 |
@${SETENV} PKG_PREFIX=${PREFIX} BATCH=yes \ |
|
|
| 93 |
${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL |
| 94 |
.else |
| 95 |
@${SETENV} PKG_PREFIX=${PREFIX} \ |
| 96 |
${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL |
| 97 |
.endif |
| 98 |
|
90 |
|
| 99 |
.include <bsd.port.mk> |
91 |
.include <bsd.port.mk> |