mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
0be2943da7
This port was left behind when it wandated WRKDIR != WRKSRC and it was failing staging. Approved by: just fix it
35 lines
711 B
Makefile
35 lines
711 B
Makefile
# Created by: Nicola Vitale <nivit@email.it>
|
|
# $FreeBSD$
|
|
|
|
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>
|