View | Details | Raw Unified | Return to bug 167212
Collapse All | Expand All

(-)crossfire-client/Makefile (-2 / +9 lines)
Lines 1-6 Link Here
1
# New ports collection makefile for:	crossfire-client
1
# New ports collection makefile for:	crossfire-client
2
# Date created:		1996-10-27
2
# Date created:	1996-10-27
3
# Whom:			Andreas Klemm <andreas@klemm.gtn.com>
3
# Whom:	Andreas Klemm <andreas@klemm.gtn.com>
4
#
4
#
5
# $FreeBSD: ports/games/crossfire-client/Makefile,v 1.77 2012/04/15 15:43:10 pawel Exp $
5
# $FreeBSD: ports/games/crossfire-client/Makefile,v 1.77 2012/04/15 15:43:10 pawel Exp $
6
#
6
#
Lines 28-31 Link Here
28
	${REINPLACE_CMD} -e "/mandir='${datarootdir}\/man'/d" \
28
	${REINPLACE_CMD} -e "/mandir='${datarootdir}\/man'/d" \
29
		${WRKSRC}/configure
29
		${WRKSRC}/configure
30
30
31
post-install:
32
	${CP} ${WRKSRC}/pixmaps/48x48.png ${WRKSRC}/pixmaps/crossfire-client.png
33
	${INSTALL_DATA} ${WRKSRC}/gtk-v2/crossfire-client.desktop \
34
		${LOCALBASE}/share/applications
35
	${INSTALL_DATA} ${WRKSRC}/pixmaps/crossfire-client.png \
36
		${LOCALBASE}/share/pixmaps
37
31
.include <bsd.port.mk>
38
.include <bsd.port.mk>
(-)crossfire-client/pkg-plist (+4 lines)
Lines 1-5 Link Here
1
bin/cfsndserv
1
bin/cfsndserv
2
bin/crossfire-client-gtk2
2
bin/crossfire-client-gtk2
3
share/applications/crossfire-client.desktop
4
share/pixmaps/crossfire-client.png
3
%%DATADIR%%/glade-gtk2/caelestis.glade
5
%%DATADIR%%/glade-gtk2/caelestis.glade
4
%%DATADIR%%/glade-gtk2/chthonic.glade
6
%%DATADIR%%/glade-gtk2/chthonic.glade
5
%%DATADIR%%/glade-gtk2/dialogs.glade
7
%%DATADIR%%/glade-gtk2/dialogs.glade
Lines 17-19 Link Here
17
@dirrm %%DATADIR%%/glade-gtk2
19
@dirrm %%DATADIR%%/glade-gtk2
18
@dirrm %%DATADIR%%/themes
20
@dirrm %%DATADIR%%/themes
19
@dirrm %%DATADIR%%
21
@dirrm %%DATADIR%%
22
@dirrmtry share/applications
23
@dirrmtry share/pixmaps

Return to bug 167212