# New ports collection makefile for: chmsee # Date created: 10 June 2006 # Whom: Yinghong Liu # # $FreeBSD$ # PORTNAME= chmsee PORTVERSION= 1.0.0 CATEGORIES= deskutils gnome MASTER_SITES= http://download.gro.clinux.org/chmsee/ MAINTAINER= ports@FreeBSD.org COMMENT= A viewer for Microsoft Help "CHM" files MAN1= chmsee.1 MANCOMPRESSED= no LIB_DEPENDS+= chm.0:${PORTSDIR}/misc/chmlib \ gtkhtml-3.14:${PORTSDIR}/www/gtkhtml3 USE_GETTEXT= yes USE_GNOME= gtk20 libglade2 gnomeprefix gnomehack libgnome USE_GECKO= mozilla firefox seamonkey WANT_GNOME= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: @${REINPLACE_CMD} 's|libgtkhtml-3.8|libgtkhtml-3.14|g' \ ${WRKSRC}/configure .include .include "${PORTSDIR}/www/mozilla/bsd.gecko.mk" .include