# Created by: Steffen Vogelreuter # $FreeBSD$ PORTNAME= gtk-imonc PORTVERSION= 0.6.4.1 PORTREVISION= 12 CATEGORIES= sysutils MASTER_SITES= http://stefan-strigler.de/download/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK2-based imond-client to control an on(e) disc fli4l router LICENSE= GPLv2 # (or later) LIB_DEPENDS= pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ pcre:${PORTSDIR}/devel/pcre \ cairo:${PORTSDIR}/graphics/cairo \ png15:${PORTSDIR}/graphics/png \ freetype:${PORTSDIR}/print/freetype2 \ expat:${PORTSDIR}/textproc/expat2 \ fontconfig:${PORTSDIR}/x11-fonts/fontconfig GNU_CONFIGURE= yes USES= pkgconfig gettext iconv USE_GNOME= gdkpixbuf2 gtk20 USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender MAKE_JOBS_SAFE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} -e \ 's|/gnome/apps/Internet|/applications|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|/usr/share/pixmaps/||' ${WRKSRC}/gtk-imonc.desktop @${REINPLACE_CMD} -e \ 's|||' ${WRKSRC}/src/md5.h .include