Changeset View
Changeset View
Standalone View
Standalone View
head/textproc/docproj/Makefile
| # Created by: Nik Clayton <nik@FreeBSD.org> | # Created by: Nik Clayton <nik@FreeBSD.org> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= docproj | PORTNAME= docproj | ||||
| PORTVERSION= 2.0 | PORTVERSION= 2.0 | ||||
| PORTREVISION= 11 | PORTREVISION= 12 | ||||
| CATEGORIES= textproc | CATEGORIES= textproc | ||||
| MAINTAINER= doceng@FreeBSD.org | MAINTAINER= doceng@FreeBSD.org | ||||
| COMMENT= Meta-port for the FreeBSD Documentation Project | COMMENT= Meta-port for the FreeBSD Documentation Project | ||||
| RUN_DEPENDS= links:www/links1 \ | RUN_DEPENDS= links:www/links1 \ | ||||
| pngtopnm:graphics/netpbm \ | pngtopnm:graphics/netpbm \ | ||||
| scr2png:graphics/scr2png \ | scr2png:graphics/scr2png \ | ||||
| Show All 11 Lines | |||||
| USES= ghostscript:run metaport perl5 | USES= ghostscript:run metaport perl5 | ||||
| USE_PERL5= run | USE_PERL5= run | ||||
| OPTIONS_DEFINE= CJK DBLATEX FOP GROFF IGOR JING SVN TRANSLATOR | OPTIONS_DEFINE= CJK DBLATEX FOP GROFF IGOR JING SVN TRANSLATOR | ||||
| OPTIONS_DEFAULT= CJK IGOR TRANSLATOR | OPTIONS_DEFAULT= CJK IGOR TRANSLATOR | ||||
| .if !exists(/usr/bin/groff) | .if !exists(/usr/bin/groff) | ||||
| OPTIONS_DEFAULT+= GROFF | OPTIONS_DEFAULT+= GROFF | ||||
| .endif | .endif | ||||
| .if !exists(/usr/bin/svnlite) | .if !exists(/usr/bin/svnlite) && !exists(/usr/bin/svn) | ||||
| OPTIONS_DEFAULT+= SVN | OPTIONS_DEFAULT+= SVN | ||||
| .endif | .endif | ||||
| CJK_DESC= CJK support | CJK_DESC= CJK support | ||||
| CJK_RUN_DEPENDS= html2text:textproc/html2text | CJK_RUN_DEPENDS= html2text:textproc/html2text | ||||
| DBLATEX_DESC= dblatex PDF renderer (experimental, requires TeXLive) | DBLATEX_DESC= dblatex PDF renderer (experimental, requires TeXLive) | ||||
| DBLATEX_RUN_DEPENDS= dblatex:textproc/dblatex | DBLATEX_RUN_DEPENDS= dblatex:textproc/dblatex | ||||
| DBLATEX_USE= TEX=xetex | DBLATEX_USE= TEX=xetex | ||||
| FOP_DESC= FOP PDF renderer (requires Java) | FOP_DESC= FOP PDF renderer (requires Java) | ||||
| FOP_RUN_DEPENDS= fop:textproc/fop \ | FOP_RUN_DEPENDS= fop:textproc/fop \ | ||||
| ${FONTS} | ${FONTS} | ||||
| GROFF_DESC= Groff support from ports | GROFF_DESC= Groff support from ports | ||||
| GROFF_RUN_DEPENDS= ${LOCALBASE}/bin/groff:textproc/groff | GROFF_RUN_DEPENDS= ${LOCALBASE}/bin/groff:textproc/groff | ||||
| IGOR_DESC= Igor automated proofreader for documentation | IGOR_DESC= Igor automated proofreader for documentation | ||||
| IGOR_RUN_DEPENDS= igor:textproc/igor | IGOR_RUN_DEPENDS= igor:textproc/igor | ||||
| JING_DESC= Jing for advanced RELAX NG validation | JING_DESC= Jing for advanced RELAX NG validation | ||||
| JING_RUN_DEPENDS= jing:textproc/jing | JING_RUN_DEPENDS= jing:textproc/jing | ||||
| SVN_DESC= Subversion support from ports | SVN_DESC= Subversion support from ports | ||||
| SVN_RUN_DEPENDS= svn:devel/subversion | SVN_RUN_DEPENDS= ${LOCALBASE}/bin/svn:devel/subversion | ||||
| TRANSLATOR_DESC= Tools for translators | TRANSLATOR_DESC= Tools for translators | ||||
| TRANSLATOR_RUN_DEPENDS= itstool:textproc/itstool \ | TRANSLATOR_RUN_DEPENDS= itstool:textproc/itstool \ | ||||
| msgcat:devel/gettext-tools | msgcat:devel/gettext-tools | ||||
| FONTS= ${LOCALBASE}/share/fonts/GentiumPlus/GentiumPlus-R.ttf:x11-fonts/gentium-plus \ | FONTS= ${LOCALBASE}/share/fonts/GentiumPlus/GentiumPlus-R.ttf:x11-fonts/gentium-plus \ | ||||
| ${LOCALBASE}/share/fonts/Droid/DroidSans.ttf:x11-fonts/droid-fonts-ttf \ | ${LOCALBASE}/share/fonts/Droid/DroidSans.ttf:x11-fonts/droid-fonts-ttf \ | ||||
| ${LOCALBASE}/share/fonts/Lohit/Lohit-Bengali.ttf:x11-fonts/lohit \ | ${LOCALBASE}/share/fonts/Lohit/Lohit-Bengali.ttf:x11-fonts/lohit \ | ||||
| ${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:x11-fonts/dejavu | ${LOCALBASE}/share/fonts/dejavu/DejaVuSansMono.ttf:x11-fonts/dejavu | ||||
| Show All 18 Lines | |||||