769f821b8c
- fix DESCR from Dawe <dawedawe@gmx.de>
38 lines
899 B
Makefile
38 lines
899 B
Makefile
# $OpenBSD: Makefile,v 1.13 2011/10/17 17:29:43 jasper Exp $
|
|
|
|
COMMENT= display chm files
|
|
|
|
DISTNAME= xchm-1.20
|
|
|
|
CATEGORIES= devel textproc x11
|
|
|
|
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/}
|
|
|
|
LIB_DEPENDS= devel/chmlib \
|
|
x11/wxWidgets>=2.6.3
|
|
|
|
RUN_DEPENDS= devel/desktop-file-utils
|
|
|
|
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
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
|
|
${INSTALL_DATA} ${FILESDIR}/xchm.desktop ${PREFIX}/share/applications
|
|
|
|
.include <bsd.port.mk>
|