freebsd-ports/arabic/arabtex/Makefile
Tobias C. Berner d9604089db arabic: remove 'Created by' lines
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
2022-07-20 16:20:47 +02:00

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>