- Add staging support
- Convert to USES=gmake
This commit is contained in:
parent
09fcd1e1cc
commit
54c337b7de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354318
2 changed files with 14 additions and 7 deletions
|
@ -18,17 +18,16 @@ COMMENT= Typeset Texinfo files for printing. Uses TeX
|
|||
|
||||
RUN_DEPENDS= ptex:${PORTSDIR}/japanese/ptex
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gettext gmake
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --program-prefix=j
|
||||
INSTALL_TARGET= install install-tex
|
||||
CFLAGS+= "-DEUC=1"
|
||||
|
||||
MAKE_ARGS= TEXMF=${PREFIX}/${TEXMFLOCAL}
|
||||
INSTALL_TARGET= install install-tex
|
||||
|
||||
CFLAGS+= "-DEUC=1"
|
||||
|
||||
PLIST_SUB= TEXMFLOCAL=${TEXMFLOCAL}
|
||||
TEXMFLOCAL= share/texmf-local
|
||||
|
||||
MAN1= jinfo.1 jinfokey.1 jinstall-info.1 jmakeinfo.1 jtexindex.1 jtexi2dvi.1
|
||||
MAN5= jinfo.5 jtexinfo.5
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -16,6 +16,14 @@ info/info-stnd.info
|
|||
@exec install-info %D/info/info.info %D/info/dir
|
||||
@exec install-info %D/info/texinfo %D/info/dir
|
||||
@exec install-info %D/info/info-stnd.info %D/info/dir
|
||||
man/man1/jinfo.1.gz
|
||||
man/man1/jinfokey.1.gz
|
||||
man/man1/jinstall-info.1.gz
|
||||
man/man1/jmakeinfo.1.gz
|
||||
man/man1/jtexi2dvi.1.gz
|
||||
man/man1/jtexindex.1.gz
|
||||
man/man5/jinfo.5.gz
|
||||
man/man5/jtexinfo.5.gz
|
||||
share/texinfo/texinfo.cat
|
||||
share/texinfo/texinfo.dtd
|
||||
share/texinfo/texinfo.xsl
|
||||
|
|
Loading…
Reference in a new issue