openbsd-ports/graphics/comix/Makefile
ajacoutot bfeec77baa Sanitier depepdencies, these do not need to build depends on gtk+2,-guic.
RUN_DEPENDS = BUILD_DEPENDS is a known bad construct, but
BUILD_DEPENDS = RUN_DEPENDS is *not* that good either...
2013-04-02 17:26:34 +00:00

49 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.31 2013/04/02 17:26:34 ajacoutot Exp $
COMMENT= gtk2 comic book viewer
DISTNAME= comix-4.0.3
REVISION= 13
CATEGORIES= graphics
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=comix/}
MODULES= lang/python \
devel/gconf2
MODGCONF2_LIBDEP= No
MODGCONF2_SCHEMAS_DIR= comix
BUILD_DEPENDS= graphics/py-Imaging \
x11/py-gtk2
RUN_DEPENDS= graphics/py-Imaging \
x11/py-gtk2 \
misc/shared-mime-info \
devel/desktop-file-utils \
x11/gtk+2,-guic
USE_GROFF = Yes
NO_TEST= Yes
post-extract:
${GUNZIP_CMD} ${WRKSRC}/comix.1.gz ${WRKSRC}/mime/comicthumb.1.gz
do-build:
${SUBST_CMD} -c ${WRKSRC}/src/comix.py ${WRKSRC}/comix
do-install:
cd ${WRKSRC} && ${MODPY_BIN} install.py --dir ${PREFIX} install
# schemas files are always installed under LOCALBASE, not PREFIX
${INSTALL_DATA_DIR} ${WRKINST}/${LOCALBASE}/${SCHEMAS_INSTDIR}/
${INSTALL_DATA} ${WRKSRC}/mime/comicbook.schemas \
${WRKINST}/${LOCALBASE}/${SCHEMAS_INSTDIR}/
PKG_ARCH= *
.include <bsd.port.mk>