d9604089db
A big Thank You to the original contributors of these ports: * Nicola Vitale <nivit@email.it> * Samy Al Bahra <samy@kerneled.com> * Samy Al Bahra <samy@kerneled.org> * Thierry Thomas <thierry@pompo.net> With hat: portmgr
32 lines
653 B
Makefile
32 lines
653 B
Makefile
PORTNAME= arabtex
|
|
PORTVERSION= 3.11
|
|
PORTREVISION= 6
|
|
CATEGORIES= arabic print
|
|
MASTER_SITES= ftp://ftp.informatik.uni-stuttgart.de/pub/${PORTNAME}/
|
|
DISTNAME= arab${PORTVERSION:S/.//}
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= TeX/LaTeX package to generate Arabic writing
|
|
|
|
LICENSE= LPPL10
|
|
|
|
USES= tar:tgz
|
|
USE_TEX= base texmf
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
|
|
PLIST_SUB= MKTEXLSR=${LOCALBASE}/bin/mktexlsr
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
do-install:
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} "fonts tex" \
|
|
${STAGEDIR}${PREFIX}/${TEXMFLOCALDIR})
|
|
|
|
do-install-DOCS-on:
|
|
(cd ${WRKSRC} && ${COPYTREE_SHARE} doc \
|
|
${STAGEDIR}${PREFIX}/${TEXMFLOCALDIR})
|
|
|
|
.include <bsd.port.mk>
|