Prune sysutils/pcpustat
[dports.git] / sysutils / gtk-imonc / Makefile
1 # Created by: Steffen Vogelreuter
2 # $FreeBSD$
3
4 PORTNAME=       gtk-imonc
5 PORTVERSION=    0.6.4.1
6 PORTREVISION=   15
7 CATEGORIES=     sysutils
8 MASTER_SITES=   http://stefan-strigler.de/download/
9
10 MAINTAINER=     ports@FreeBSD.org
11 COMMENT=        GTK2-based imond-client to control an on(e) disc fli4l router
12
13 LICENSE=        GPLv2 # (or later)
14
15 GNU_CONFIGURE=  yes
16 USES=           pkgconfig gettext iconv
17 USE_GNOME=      gtk20
18 USE_XORG=       x11
19 CPPFLAGS+=      -I${LOCALBASE}/include
20 LIBS+=          -L${LOCALBASE}/lib -lX11
21
22 post-patch:
23         @${REINPLACE_CMD} -e \
24                 's|/gnome/apps/Internet|/applications|' ${WRKSRC}/Makefile.in
25         @${REINPLACE_CMD} -e \
26                 's|/usr/share/pixmaps/||' ${WRKSRC}/gtk-imonc.desktop
27         @${REINPLACE_CMD} -e \
28                 's|<endian.h>|<sys/endian.h>|' ${WRKSRC}/src/md5.h
29
30 .include <bsd.port.mk>