# Created by: Jean-Yves Lefort # $FreeBSD$ PORTREVISION= 7 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/gtkmm-2.0.pc:${PORTSDIR}/x11-toolkits/gtkmm20 USES= gmake pkgconfig GNU_CONFIGURE= yes DOCSDIR= ${PREFIX}/share/doc/gtkmm-2.0 NO_STAGE= yes post-patch: @${FIND} ${WRKSRC}/examples -name Makefile.in \ | ${XARGS} ${REINPLACE_CMD} -e '/^install-am:/ s| all-am||' do-install: .if !defined(NOPORTDOCS) .for d in docs examples @cd ${WRKSRC}/${d} && ${GMAKE} install .endfor .endif .include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk"