1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/print/latex-aa/Makefile
Edwin Groothuis 450b209942 [NEW PORT] print/latex-aa: LaTeX class for submission to "Astronomy and Astrophysics"
LaTeX2e class for submission to the scientific journal
	Astronomy and Astrophysics.

	In order to ensure the smoothest transition for both authors
	and publishers, Springer-Verlag has kindly granted EDP
	Sciences the permission to use the LaTeX macro package that
	they developed for A&A Main journal.

	Only minor changes have been incorporated between the
	Springer class (1999) and the EDP Sciences class for the
	new journal.

	WWW: http://www.edpsciences.org/

PR:		ports/123652
Submitted by:	Koji Yokota <yokota@res.otaru-uc.ac.jp>
2008-06-16 21:23:59 +00:00

51 lines
1.3 KiB
Makefile

# New ports collection makefile for: print/latex-aa
# Date created: 13 November 2007
# Whom: Koji Yokota (yokota@res.otaru-uc.ac.jp)
#
# $FreeBSD$
#
PORTNAME= latex-aa
PORTVERSION= 6.1
CATEGORIES= print astro science
MASTER_SITES= ftp://ftp.edpsciences.org/pub/aa/
DISTNAME= aa-package
DIST_SUBDIR= latex
MAINTAINER= yokota@res.otaru-uc.ac.jp
COMMENT= LaTeX class for submission to "Astronomy and Astrophysics"
BUILD_DEPENDS= ${LOCALBASE}/share/texmf:${PORTSDIR}/print/teTeX-texmf \
latex:${PORTSDIR}/print/teTeX-base \
dvips:${PORTSDIR}/print/dvipsk-tetex
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_GHOSTSCRIPT_BUILD= yes
TEXMFDIR= share/texmf
AADIR= tex/latex/aa
AABIBDIR= bibtex/bst/aa
AADOCSDIR= doc/latex/aa
DOCFILES= aa.dem aa.dvi aa.pdf aadoc.pdf readme.html readme.txt
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
pre-install:
( cd ${WRKSRC}/${DISTNAME} && \
latex aa.dem && latex aa.dem && dvips aa.dvi && ps2pdf aa.ps )
do-install:
( cd ${WRKSRC}/${DISTNAME} && \
${COPYTREE_SHARE} "aa.cls" ${PREFIX}/${TEXMFDIR}/${AADIR} )
( cd ${WRKSRC}/${DISTNAME}/bibtex/ && \
${COPYTREE_SHARE} "aa.bst" ${PREFIX}/${TEXMFDIR}/${AABIBDIR} )
.if !defined(NOPORTDOCS)
( cd ${WRKSRC}/${DISTNAME} && \
${COPYTREE_SHARE} "${DOCFILES}" ${PREFIX}/${TEXMFDIR}/${AADOCSDIR} )
.endif
post-install:
${MKTEXLSR} ${PREFIX}/${TEXMFDIR}
.include <bsd.port.mk>