2010-11-22 03:36:47 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2010/11/22 08:37:05 espie Exp $
|
2005-11-08 05:41:33 -05:00
|
|
|
|
2007-09-15 16:04:18 -04:00
|
|
|
COMMENT= display chm files
|
2005-11-08 05:41:33 -05:00
|
|
|
|
2009-05-19 18:03:13 -04:00
|
|
|
DISTNAME= xchm-1.16
|
2010-07-30 04:02:59 -04:00
|
|
|
REVISION= 1
|
2009-12-21 15:46:00 -05:00
|
|
|
|
2006-10-12 10:13:42 -04:00
|
|
|
CATEGORIES= devel textproc x11
|
2005-11-08 05:41:33 -05:00
|
|
|
|
2006-10-12 10:13:42 -04:00
|
|
|
HOMEPAGE= http://xchm.sourceforge.net/
|
|
|
|
|
|
|
|
# GPL
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xchm/}
|
2005-11-08 05:41:33 -05:00
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
LIB_DEPENDS= devel/chmlib \
|
|
|
|
x11/wxWidgets>=2.6.3
|
2005-11-08 05:41:33 -05:00
|
|
|
|
2010-11-22 03:36:47 -05:00
|
|
|
RUN_DEPENDS= devel/desktop-file-utils
|
2008-05-16 04:32:03 -04:00
|
|
|
|
2010-07-30 04:02:59 -04: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
|
2005-11-08 05:41:33 -05:00
|
|
|
|
|
|
|
CONFIGURE_STYLE=gnu
|
2006-10-12 10:13:42 -04:00
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
2005-11-08 05:41:33 -05:00
|
|
|
|
2007-05-18 17:55:07 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
|
2008-05-16 04:32:03 -04:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
|
|
|
|
${INSTALL_DATA} ${FILESDIR}/xchm.desktop ${PREFIX}/share/applications
|
|
|
|
|
2005-11-08 05:41:33 -05:00
|
|
|
.include <bsd.port.mk>
|