openbsd-ports/x11/xchm/Makefile

35 lines
911 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2008/05/16 08:32:03 bernd Exp $
COMMENT= display chm files
DISTNAME= xchm-1.14
2006-10-12 10:13:42 -04:00
CATEGORIES= devel textproc x11
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/}
LIB_DEPENDS= chm::devel/chmlib \
2008-02-02 04:51:04 -05:00
wx_base_xml,wx_gtk2_qa,wx_base_odbc,wx_gtk2_html,wx_base,wx_gtk2_adv,wx_gtk2_xrc,wx_gtk2_core,wx_base_net,wx_gtk2_dbgrid,wx_gtk2_aui,wx_gtk2_richtext:wxWidgets-gtk2->=2.6.3:x11/wxWidgets
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
WANTLIB= m c stdc++ pthread
CONFIGURE_STYLE=gnu
2006-10-12 10:13:42 -04:00
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
2007-05-18 17:55:07 -04:00
NO_REGRESS= Yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${FILESDIR}/xchm.desktop ${PREFIX}/share/applications
.include <bsd.port.mk>