c6e1ee5a3a
* Fixed critical bug for opening email adresses without "mailto:" prefix * Fixed bug where context menu for page index applied to the current page instead of the selected page * Fixed behavior of Recent Pages pathbar in cases where part of the history is dropped * Fixed behavior of the Search dialog, it no longer hangs and also allows cancelling the search * Fixed bug where replacing a word (e.g spell correction) could drop formatting And a lot others. Tested on i386 Ok Sebastian Benoit (MAINTAINER), aja@
34 lines
643 B
Makefile
34 lines
643 B
Makefile
# $OpenBSD: Makefile,v 1.8 2012/06/21 20:25:45 gonzalo Exp $
|
|
|
|
COMMENT = desktop wiki
|
|
|
|
MODPY_EGG_VERSION = 0.56
|
|
DISTNAME = zim-${MODPY_EGG_VERSION}
|
|
|
|
CATEGORIES = productivity
|
|
|
|
HOMEPAGE = http://zim-wiki.org/
|
|
|
|
MAINTAINER = Sebastian Benoit <benoit-lists@fb12.de>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = http://zim-wiki.org/downloads/
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
MODULES = lang/python
|
|
|
|
BUILD_DEPENDS = ${RUN_DEPENDS}
|
|
RUN_DEPENDS = x11/py-gtk2 \
|
|
devel/py-gobject \
|
|
devel/py-xdg \
|
|
devel/xdg-utils \
|
|
x11/gtk+2,-guic
|
|
|
|
.include <bsd.port.mk>
|