openbsd-ports/x11/xchm/Makefile

27 lines
671 B
Makefile
Raw Normal View History

2006-11-25 11:41:33 -05:00
# $OpenBSD: Makefile,v 1.3 2006/11/25 16:41:33 jasper Exp $
2006-10-12 10:13:42 -04:00
COMMENT= "display chm files"
2006-11-25 11:41:33 -05:00
DISTNAME= xchm-1.10
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 \
2006-10-12 10:13:42 -04: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:wxWidgets-gtk2->=2.6.3:x11/wxWidgets
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"
.include <bsd.port.mk>