2011-12-03 18:04:36 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2011/12/03 23:04:37 ajacoutot Exp $
|
2010-07-06 12:43:29 -04:00
|
|
|
|
|
|
|
COMMENT = html help viewer
|
|
|
|
|
2010-07-25 06:24:35 -04:00
|
|
|
DISTNAME = chmsee-1.2.0
|
2011-12-03 18:04:36 -05:00
|
|
|
REVISION= 4
|
2010-07-06 12:43:29 -04:00
|
|
|
|
|
|
|
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/
|
|
|
|
|
2011-10-14 03:00:23 -04:00
|
|
|
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
|
2010-07-06 12:43:29 -04:00
|
|
|
|
|
|
|
MODULES = devel/cmake \
|
|
|
|
devel/gettext
|
|
|
|
|
2010-11-20 14:56:47 -05:00
|
|
|
BUILD_DEPENDS = devel/xulrunner/1.9,-devel
|
2010-07-06 12:43:29 -04:00
|
|
|
|
2010-11-20 14:56:47 -05:00
|
|
|
RUN_DEPENDS = devel/desktop-file-utils \
|
2011-12-03 18:04:36 -05:00
|
|
|
devel/xulrunner/1.9 \
|
|
|
|
x11/gtk+2,-guic
|
2010-07-06 12:43:29 -04:00
|
|
|
|
2010-11-20 14:56:47 -05:00
|
|
|
LIB_DEPENDS = devel/nspr \
|
|
|
|
devel/chmlib \
|
|
|
|
x11/gtk+2 \
|
|
|
|
security/libgcrypt
|
2010-07-06 12:43:29 -04:00
|
|
|
|
|
|
|
|
|
|
|
NO_REGRESS = Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|