a1b7c39eb5
Don't redirect errors to /dev/null and don't return true(1) unconditionally. Instead, don't check for the existence of index.theme. This will allow us to catch errors that may be happening because of a missing dependency in the chain. Some hidden issues may appear, in which case please contact me. discussed with and ok blind jasper@
47 lines
1.1 KiB
Makefile
47 lines
1.1 KiB
Makefile
# $OpenBSD: Makefile,v 1.11 2012/06/15 08:32:18 ajacoutot Exp $
|
|
|
|
COMMENT = html help viewer
|
|
|
|
DISTNAME = chmsee-1.2.0
|
|
REVISION= 5
|
|
|
|
CATEGORIES = textproc x11
|
|
|
|
HOMEPAGE = http://code.google.com/p/chmsee/
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MASTER_SITES = http://chmsee.googlecode.com/files/
|
|
|
|
WANTLIB += GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama
|
|
WANTLIB += Xrandr Xrender atk-1.0 c cairo chm expat fontconfig
|
|
WANTLIB += freetype gcrypt gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
|
|
WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gthread-2.0 gtk-x11-2.0
|
|
WANTLIB += m nspr4 pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1
|
|
WANTLIB += plc4 plds4 png pthread-stubs stdc++ xcb xcb-render
|
|
WANTLIB += xcb-shm xml2 z
|
|
|
|
MODULES = devel/cmake \
|
|
devel/gettext
|
|
|
|
BUILD_DEPENDS = devel/xulrunner/1.9,-devel \
|
|
textproc/intltool
|
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
|
devel/xulrunner/1.9 \
|
|
x11/gtk+2,-guic
|
|
|
|
LIB_DEPENDS = devel/nspr \
|
|
devel/chmlib \
|
|
x11/gtk+2 \
|
|
security/libgcrypt
|
|
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
.include <bsd.port.mk>
|