35 lines
817 B
Makefile
Raw Normal View History

2013-03-11 11:35:43 +00:00
# $OpenBSD: Makefile,v 1.14 2013/03/11 11:46:17 espie Exp $
COMMENT= display chm files
DISTNAME= xchm-1.20
2006-10-12 14:13:42 +00:00
CATEGORIES= devel textproc x11
2006-10-12 14:13:42 +00:00
HOMEPAGE= http://xchm.sourceforge.net/
# GPL
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/}
2010-11-22 08:36:47 +00:00
LIB_DEPENDS= devel/chmlib \
x11/wxWidgets>=2.6.3
2010-11-22 08:36:47 +00:00
RUN_DEPENDS= devel/desktop-file-utils
2010-07-30 08:02:59 +00:00
WANTLIB += m c stdc++ pthread chm wx_base_xml wx_gtk2_qa wx_base_odbc
WANTLIB += wx_gtk2_html wx_base wx_gtk2_adv wx_gtk2_xrc wx_gtk2_core
WANTLIB += wx_base_net wx_gtk2_dbgrid wx_gtk2_aui wx_gtk2_richtext
CONFIGURE_STYLE=gnu
2006-10-12 14:13:42 +00:00
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
2013-03-11 11:35:43 +00:00
NO_TEST= Yes
2007-05-18 21:55:07 +00:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${FILESDIR}/xchm.desktop ${PREFIX}/share/applications
.include <bsd.port.mk>