View | Details | Raw Unified | Return to bug 172251 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/gtk-imonc/Makefile (-5 / +13 lines)
Lines 7-26 Link Here
7
7
8
PORTNAME=	gtk-imonc
8
PORTNAME=	gtk-imonc
9
PORTVERSION=	0.6.4.1
9
PORTVERSION=	0.6.4.1
10
PORTREVISION=	10
10
PORTREVISION=	11
11
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
12
MASTER_SITES=	http://userpage.fu-berlin.de/~zeank/gtk-imonc/download/
12
MASTER_SITES=	http://stefan-strigler.de/download/
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A GTK2-based imond-client to control an on(e) disc fli4l router
15
COMMENT=	A GTK2-based imond-client to control an on(e) disc fli4l router
16
16
17
LICENSE=	GPLv2 # (or later)
18
19
USE_GNOME=	gtk20
17
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
21
MAKE_JOBS_SAFE=	yes
22
18
CPPFLAGS+=	-I${LOCALBASE}/include
23
CPPFLAGS+=	-I${LOCALBASE}/include
19
LDFLAGS+=	-L${LOCALBASE}/lib
24
LDFLAGS+=	-L${LOCALBASE}/lib
20
USE_GNOME=	gtk20 gnomehier
21
25
22
post-patch:
26
post-patch:
23
	@${REINPLACE_CMD} -e 's|<endian.h>|<sys/endian.h>|' \
27
	@${REINPLACE_CMD} -e \
24
		${WRKSRC}/src/md5.h
28
		's|/gnome/apps/Internet|/applications|' ${WRKSRC}/Makefile.in
29
	@${REINPLACE_CMD} -e \
30
		's|/usr/share/pixmaps/||' ${WRKSRC}/gtk-imonc.desktop
31
	@${REINPLACE_CMD} -e \
32
		's|<endian.h>|<sys/endian.h>|' ${WRKSRC}/src/md5.h
25
33
26
.include <bsd.port.mk>
34
.include <bsd.port.mk>
(-)sysutils/gtk-imonc/pkg-descr (-1 / +1 lines)
Lines 2-5 Link Here
2
router. You can dial/hangup the connection, show status information
2
router. You can dial/hangup the connection, show status information
3
(traffic, cpu), shutdown/reboot and even remotely update the router.
3
(traffic, cpu), shutdown/reboot and even remotely update the router.
4
4
5
WWW: http://userpage.fu-berlin.de/%7Ezeank/gtk-imonc/
5
WWW: http://stefan-strigler.de/gtkimonc/
(-)sysutils/gtk-imonc/pkg-plist (-13 / +14 lines)
Lines 1-16 Link Here
1
bin/gtk-imonc
1
bin/gtk-imonc
2
share/gnome/apps/Internet/gtk-imonc.desktop
2
share/applications/gtk-imonc.desktop
3
share/gtk-imonc/pixmaps/docklet-inactive.png
3
%%DATADIR%%/pixmaps/docklet-inactive.png
4
share/gtk-imonc/pixmaps/docklet-offline.png
4
%%DATADIR%%/pixmaps/docklet-offline.png
5
share/gtk-imonc/pixmaps/docklet-online.png
5
%%DATADIR%%/pixmaps/docklet-online.png
6
share/gtk-imonc/pixmaps/gtk-imonc.png
6
%%DATADIR%%/pixmaps/gtk-imonc.png
7
share/gtk-imonc/pixmaps/offline.png
7
%%DATADIR%%/pixmaps/offline.png
8
share/gtk-imonc/pixmaps/offline.xpm
8
%%DATADIR%%/pixmaps/offline.xpm
9
share/gtk-imonc/pixmaps/online.png
9
%%DATADIR%%/pixmaps/online.png
10
share/gtk-imonc/pixmaps/online.xpm
10
%%DATADIR%%/pixmaps/online.xpm
11
share/gtk-imonc/pixmaps/reboot.png
11
%%DATADIR%%/pixmaps/reboot.png
12
share/gtk-imonc/pixmaps/shutdown.png
12
%%DATADIR%%/pixmaps/shutdown.png
13
share/locale/de/LC_MESSAGES/gtk-imonc.mo
13
share/locale/de/LC_MESSAGES/gtk-imonc.mo
14
share/pixmaps/gtk-imonc.png
14
share/pixmaps/gtk-imonc.png
15
@dirrm share/gtk-imonc/pixmaps
15
@dirrm %%DATADIR%%/pixmaps
16
@dirrm share/gtk-imonc
16
@dirrm %%DATADIR%%
17
@dirrmtry share/applications

Return to bug 172251