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> |