mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
7e94852947
PR: 242463 Submitted by: Peter Wullinger <freebsd@dhke.de> (original patch)
55 lines
1.6 KiB
Makefile
55 lines
1.6 KiB
Makefile
# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= zim
|
|
DISTVERSION= 0.73.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils python
|
|
MASTER_SITES= https://www.zim-wiki.org/downloads/
|
|
|
|
MAINTAINER= rm@FreeBSD.org
|
|
COMMENT= Desktop wiki editor
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
|
|
${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR}
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xdg>0:devel/py-xdg@${PY_FLAVOR} \
|
|
xdg-open:devel/xdg-utils \
|
|
${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
|
|
|
|
USES= desktop-file-utils gettext gnome python:3.3+ shared-mime-info
|
|
USE_GNOME= gtk30 pygobject3
|
|
USE_PYTHON= autoplist distutils noflavors
|
|
|
|
INSTALLS_ICONS= yes
|
|
NO_ARCH= yes
|
|
|
|
OPTIONS_DEFINE= BZR DITAA GIT GNUPLOT GNUR GRAPHVIZ LATEX \
|
|
MERCURIAL SCROT
|
|
|
|
DITAA_DESC= Diagram editor support
|
|
DITAA_RUN_DEPENDS= ditaa:graphics/ditaa
|
|
BZR_DESC= Version control for notebooks using bzr
|
|
BZR_RUN_DEPENDS= bzr:devel/bzr
|
|
GIT_DESC= Version control for notebooks using git
|
|
GIT_RUN_DEPENDS= git:devel/git
|
|
GNUPLOT_RUN_DEPENDS= gnuplot:math/gnuplot
|
|
GNUR_DESC= Support of plot editor based on GNU R
|
|
GNUR_RUN_DEPENDS= R:math/R
|
|
GRAPHVIZ_RUN_DEPENDS= fdp:graphics/graphviz
|
|
LATEX_USE= tex=latex:run
|
|
MERCURIAL_DESC= Version control for notebooks using hg
|
|
MERCURIAL_RUN_DEPENDS= ${PY_MERCURIAL}
|
|
SCROT_DESC= Screenshot taking and inserting support
|
|
SCROT_RUN_DEPENDS= scrot:graphics/scrot
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/.command.install /s|distutils|setuptools| ; \
|
|
s|share/man|man|' \
|
|
${WRKSRC}/setup.py
|
|
|
|
.include <bsd.port.mk>
|