mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
34 lines
699 B
Makefile
34 lines
699 B
Makefile
# Created by: Nicola Vitale <nivit@email.it>
|
|
|
|
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>
|