2011-06-16 05:53:21 +02:00
|
|
|
PORTNAME= ltablex
|
|
|
|
PORTVERSION= 1.0
|
2014-06-01 13:47:40 +02:00
|
|
|
PORTREVISION= 2
|
2011-06-16 05:53:21 +02:00
|
|
|
CATEGORIES= print
|
2012-08-24 15:31:05 +02:00
|
|
|
# As of 2012-08-24, some mirrors are returning a tarball with a
|
|
|
|
# different checksum, so I am mirroring it locally instead.
|
2015-05-14 12:15:04 +02:00
|
|
|
# MASTER_SITES= TEX_CTAN/macros/latex/contrib
|
|
|
|
MASTER_SITES= LOCAL/rakuco/latex
|
2011-06-16 05:53:21 +02:00
|
|
|
PKGNAMEPREFIX= latex-
|
|
|
|
DIST_SUBDIR= latex
|
|
|
|
|
2011-08-28 20:04:48 +02:00
|
|
|
MAINTAINER= rakuco@FreeBSD.org
|
2011-06-16 05:53:21 +02:00
|
|
|
COMMENT= Combines the features of both the tabularx and longtable packages
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://ctan.org/tex-archive/macros/latex/contrib/ltablex/
|
2011-06-16 05:53:21 +02:00
|
|
|
|
2022-12-19 15:35:46 +01:00
|
|
|
USES= tex zip
|
2014-06-01 13:47:40 +02:00
|
|
|
USE_TEX= latex texhash
|
|
|
|
NO_BUILD= yes
|
|
|
|
PLIST_SUB= CLASSDIR=${CLASSDIR}
|
2011-06-16 05:53:21 +02:00
|
|
|
|
2014-06-01 13:47:40 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
2011-06-16 05:53:21 +02:00
|
|
|
|
2011-06-17 15:00:25 +02:00
|
|
|
CLASSDIR= ${TEXMFDIR}/tex/latex/${PORTNAME}
|
2011-06-16 05:53:21 +02:00
|
|
|
CLASS_FILES= ltablex.sty
|
2011-06-17 15:00:25 +02:00
|
|
|
PORTDOCS= ltablex.pdf ltablex.tex
|
2011-06-16 05:53:21 +02:00
|
|
|
|
2011-06-17 15:00:25 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2011-06-16 05:53:21 +02:00
|
|
|
|
|
|
|
do-install:
|
2014-06-01 13:47:40 +02:00
|
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/${CLASSDIR}
|
|
|
|
${INSTALL_DATA} ${CLASS_FILES:S@^@${WRKSRC}/@} ${STAGEDIR}${PREFIX}/${CLASSDIR}
|
|
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${PORTDOCS:S@^@${WRKSRC}/@} ${STAGEDIR}${DOCSDIR}
|
2011-06-16 05:53:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|