openbsd-ports/x11/xchm/Makefile
ajacoutot 861a799ae0 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 20:46:00 +00:00

37 lines
939 B
Makefile

# $OpenBSD: Makefile,v 1.9 2009/12/21 20:46:03 ajacoutot Exp $
COMMENT= display chm files
DISTNAME= xchm-1.16
PKGNAME= ${DISTNAME}p0
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= chm::devel/chmlib \
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
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>