1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/games/xmemory/Makefile
Jan Beich 4ab4743267 games/xmemory: unbreak with libc++ 3.9
gif_image.C:61:7: error: assigning to 'char *' from incompatible type 'const char *'
        name = strrchr(filename,'/');
             ^ ~~~~~~~~~~~~~~~~~~~~~

Reported by:	pkg-fallout
2017-02-01 12:25:46 +00:00

24 lines
592 B
Makefile

# Created by: Dave Chapeskie <dchapes@ddm.on.ca>
# $FreeBSD$
PORTNAME= xmemory
PORTVERSION= 3.7
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= XCONTRIB/games/multiplayer
MAINTAINER= ports@FreeBSD.org
COMMENT= Multi-player memory game
USES= imake tar:tgz
USE_XORG= x11 xext
MAKE_ENV= DATADIR="${DATADIR}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1
${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/*.mem ${STAGEDIR}${DATADIR}/
.include <bsd.port.mk>