1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/textproc/prosper/Makefile

77 lines
2.3 KiB
Makefile

# Created by: Thierry Thomas <thierry@pompo.net>
# $FreeBSD$
PORTNAME= prosper
PORTVERSION= 1.00.4
PORTREVISION= 9
CATEGORIES= textproc
MASTER_SITES= SF \
SF/${PORTNAME}/contributed%20styles/1.0.0:contrib
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \
contrib-prosper-1.0.0.tar.gz:contrib
MAINTAINER= ports@FreeBSD.org
COMMENT= LaTeX class for writing transparencies
NO_BUILD= yes
USE_GHOSTSCRIPT_RUN= yes
USE_TEX= latex
MKTEXLSR= ${LOCALBASE}/bin/mktexlsr
WRKSRC= ${WRKDIR}/${PORTNAME}
TEXMFDIR?= share/texmf
LPROSPERDIR= ${TEXMFDIR}/tex/latex/prosper
PROSPERDIR= ${PREFIX}/${LPROSPERDIR}
PLIST_SUB= PROSPERDIR=${LPROSPERDIR} \
MKTEXLSR=${MKTEXLSR}
DOCS= AUTHORS ChangeLog FAQ INSTALL NEWS README TODO \
TROUBLESHOOTINGS doc/compilation.eps doc/compilation.fig \
doc/prosper-doc.pdf doc/prosper-doc.tex \
doc/prosper-structure.eps doc/prosper-structure.fig \
doc/prosper-tour.pdf doc/prosper-tour.ps doc/prosper-tour.tex \
doc/rotation.ps doc/rotation.tex
EXAMPLES_DIR= doc/doc-examples
NO_STAGE= yes
post-extract:
@(cd ${WRKDIR}/contrib-prosper-1.0.0 && ${FIND} . | \
${CPIO} --quiet -dump ${WRKSRC}/contrib)
do-install:
@${MKDIR} ${PROSPERDIR}/contrib/img
@${MKDIR} ${PROSPERDIR}/designer
@${MKDIR} ${PROSPERDIR}/img
${INSTALL_DATA} ${WRKSRC}/*.sty ${PROSPERDIR}
${INSTALL_DATA} ${WRKSRC}/*.cls ${PROSPERDIR}
${INSTALL_DATA} ${WRKSRC}/img/*.gif ${PROSPERDIR}/img
${INSTALL_DATA} ${WRKSRC}/img/*.ps ${PROSPERDIR}/img
${INSTALL_DATA} ${WRKSRC}/contrib/*.sty ${PROSPERDIR}/contrib
${INSTALL_DATA} ${WRKSRC}/contrib/*.ps ${PROSPERDIR}/contrib
${INSTALL_DATA} ${WRKSRC}/contrib/*.tex ${PROSPERDIR}/contrib
${INSTALL_DATA} ${WRKSRC}/contrib/img/*.ps ${PROSPERDIR}/contrib/img
${INSTALL_DATA} ${WRKSRC}/contrib/img/*.eps ${PROSPERDIR}/contrib/img
${INSTALL_DATA} ${WRKSRC}/contrib/img/*.gif ${PROSPERDIR}/contrib/img
${INSTALL_DATA} ${WRKSRC}/designer/prosper* ${PROSPERDIR}/designer
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for FILE in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.if !defined(NOPORTEXAMPLES)
@${MKDIR} ${EXAMPLESDIR}
.for FILE in ${EXAMPLES_DIR}/Example*
@${INSTALL_DATA} ${WRKSRC}/${FILE} ${EXAMPLESDIR}
.endfor
@${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}."
.endif
post-install:
${MKTEXLSR}
.include <bsd.port.mk>