1d4d1b0c63
submitted by Sebastian Stark <seb@todesplanet.de> Prosper is a LaTeX class for writing transparencies. It is written on top of the seminar class by Timothy Van Zandt. It aims at offering an environment for easily creating slides for both presentations with an overhead projector and a video projector. Slides prepared for a presentation with a computer and a video projector may integrate animation effects, incremental display, and such. pvalchev@ OK
39 lines
1.1 KiB
Makefile
39 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/11/29 09:17:10 sturm Exp $
|
|
|
|
COMMENT= "LaTeX class to produce high quality slides"
|
|
|
|
DISTNAME= prosper-1.00.4
|
|
CATEGORIES= print
|
|
|
|
MAINTAINER= Sebastian Stark <seb@todesplanet.de>
|
|
|
|
# BSD style
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
HOMEPAGE= http://prosper.sourceforge.net/
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=prosper/}
|
|
|
|
RUN_DEPENDS= :teTeX_base-*:print/teTeX/base
|
|
|
|
WRKDIST= ${WRKDIR}/prosper
|
|
CLS_DIR= ${PREFIX}/share/texmf.local/tex/latex/prosper
|
|
DOC_DIR= ${PREFIX}/share/texmf.local/doc/latex/prosper
|
|
EXAMPLES_DIR= ${PREFIX}/share/examples/prosper
|
|
|
|
NO_REGRESS= Yes
|
|
NO_BUILD= Yes
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${CLS_DIR} ${CLS_DIR}/img ${DOC_DIR}
|
|
${INSTALL_DATA} ${WRKDIST}/{PPR*.sty,prosper.cls,contrib/PPR*.sty} ${CLS_DIR}
|
|
${INSTALL_DATA} ${WRKDIST}/img/*.ps ${CLS_DIR}/img
|
|
${INSTALL_DATA} ${WRKDIST}/contrib/img/*.ps ${CLS_DIR}/img
|
|
${INSTALL_DATA} ${WRKDIST}/doc/prosper-doc.pdf ${DOC_DIR}
|
|
${INSTALL_DATA_DIR} ${EXAMPLES_DIR}
|
|
${INSTALL_DATA} ${WRKDIST}/doc/{doc-examples/*.tex,prosper-tour.{tex,pdf}} ${EXAMPLES_DIR}
|
|
|
|
.include <bsd.port.mk>
|