mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
36 lines
866 B
Makefile
36 lines
866 B
Makefile
COMMENT = stylish PDF presentation generator
|
|
|
|
MODPY_DISTV = 0.13.2
|
|
DISTNAME = Impressive-${MODPY_DISTV}
|
|
PKGNAME = impressive-${MODPY_DISTV}
|
|
REVISION = 1
|
|
|
|
CATEGORIES = productivity
|
|
HOMEPAGE = https://impressive.sourceforge.net/
|
|
SITES = ${SITE_SOURCEFORGE:=impressive/}
|
|
|
|
# GPLv2 only
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = lang/python
|
|
NO_BUILD = Yes
|
|
NO_TEST = Yes
|
|
|
|
RUN_DEPENDS = devel/pygame \
|
|
devel/xdg-utils \
|
|
graphics/py-Pillow \
|
|
graphics/py-opengl \
|
|
print/poppler,-utils \
|
|
textproc/pdftk \
|
|
x11/mplayer
|
|
|
|
MODPY_ADJ_FILES = impressive.py
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/impressive.py ${PREFIX}/bin/impressive
|
|
${INSTALL_MAN} ${WRKSRC}/impressive.1 ${PREFIX}/man/man1/impressive.1
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/impressive
|
|
${INSTALL_DATA} ${WRKSRC}/demo.pdf ${PREFIX}/share/examples/impressive/
|
|
|
|
.include <bsd.port.mk>
|