ab00185e32
Comix 3.5.1 - Fixed a bug that caused the mode of all images to be reported as "unknown" instead of RGB/CMYK etc. - Fixed a bug that could cause an error when trying to quit Comix under certain circumstances (i.e. when there is no ~/.comix/menu_thumbnails/ directory present).
36 lines
1.1 KiB
Makefile
36 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.4 2006/09/03 10:24:55 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= comix-3.5.1
|
|
CATEGORIES= graphics python
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=comix/}
|
|
|
|
MAINTAINER= hugor@users.sourceforge.net
|
|
HOMEPAGE= http://comix.sourceforge.net/index.html
|
|
COMMENT= Image viewer specifically designed to handle comic books
|
|
|
|
DEPENDS+= unrar-[0-9]*:../../archivers/unrar
|
|
|
|
USE_DIRS+= xdg-1.3
|
|
MANCOMPRESSED= yes
|
|
|
|
SUBST_CLASSES+= install-path
|
|
SUBST_STAGE.install-path= pre-build
|
|
SUBST_MESSAGE.install-path= Fixing man page installation path.
|
|
SUBST_FILES.install-path= install.py
|
|
SUBST_SED.install-path= -e "s,share/man/man,${PKGMANDIR}/man,g"
|
|
|
|
PYTHON_PATCH_SCRIPTS= comix mime/comicthumb
|
|
|
|
do-build:
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${PYTHONBIN} install.py install --installdir ${PREFIX}
|
|
|
|
.include "../../databases/shared-mime-info/buildlink3.mk"
|
|
.include "../../devel/GConf2/buildlink3.mk"
|
|
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
|
|
.include "../../graphics/py-imaging/buildlink3.mk"
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../x11/py-gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|