1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/games/xmemory/Makefile
Thomas Gellekum 2da5df0672 Import xmemory port. xmemory is a multiplayer memory game.
PR:		5678
Submitted by:	Dave Chapeskie <dchapes@ddm.on.ca>
1998-02-12 08:11:09 +00:00

26 lines
579 B
Makefile

# New ports collection makefile for: xmemory
# Version required: 3.7
# Date Created: Sat Feb 7 21:37:09 EST 1998
# Whom: Dave Chapeskie <dchapes@ddm.on.ca>
#
# $Id$
#
DISTNAME= xmemory-3.7
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games/multiplayer
EXTRACT_SUFX= .tgz
MAINTAINER= dchapes@ddm.on.ca
USE_IMAKE= yes
post-install:
@${MKDIR} ${X11BASE}/lib/X11/xmemory
${INSTALL_DATA} ${WRKSRC}/home.mem ${WRKSRC}/sports.mem \
${X11BASE}/lib/X11/xmemory
${LN} -sf home.mem ${X11BASE}/lib/X11/xmemory/default.mem
.include <bsd.port.mk>