openbsd-ports/textproc/gpresent/Makefile
schwarze 7e4bb9e46d import textproc/gpresent
The gpresent and piclink groff macros and the presentps PostScript
postprocessor support the creation of PDF presentations.  Without
using the PAUSE macro, the macros can also be used to make slides.
ok MAINTAINER pascal@
2014-08-31 17:28:35 +00:00

39 lines
1.2 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2014/08/31 17:28:35 schwarze Exp $
COMMENT = make presentations with groff and PDF
DISTNAME = gpresent-2.3
CATEGORIES = textproc
HOMEPAGE = http://www.science.uva.nl/~bobd/useful/gpresent/
MAINTAINER = Pascal Stumpf <Pascal.Stumpf@cubes.de>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${HOMEPAGE}
RUN_DEPENDS = textproc/groff
NO_BUILD = Yes
NO_TEST = Yes
WRKDIST = ${WRKDIR}
TMACDIR = ${PREFIX}/share/groff/site-tmac
EXDIR = ${PREFIX}/share/examples/gpresent
do-install:
${INSTALL_DATA_DIR} ${TMACDIR}
${INSTALL_DATA} ${WRKSRC}/present.tmac ${TMACDIR}/
${INSTALL_DATA} ${WRKSRC}/piclink.tmac ${TMACDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/presentps ${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/groff_present.7 ${PREFIX}/man/man7
${INSTALL_MAN} ${WRKSRC}/groff_piclink.7 ${PREFIX}/man/man7
${INSTALL_MAN} ${WRKSRC}/presentps.1 ${PREFIX}/man/man1
${INSTALL_DATA_DIR} ${EXDIR}
${INSTALL_DATA} ${WRKSRC}/demo.rof ${EXDIR}/
${INSTALL_DATA} ${WRKSRC}/demo.pdf ${EXDIR}/
${INSTALL_DATA} ${WRKSRC}/piclink.rof ${EXDIR}/
${INSTALL_DATA} ${WRKSRC}/piclink.pdf ${EXDIR}/
${INSTALL_DATA} ${WRKSRC}/sidebar.rof ${EXDIR}/
${INSTALL_DATA} ${WRKSRC}/sidebar.pdf ${EXDIR}/
.include <bsd.port.mk>