summaryrefslogtreecommitdiff
path: root/games/xmemory/Makefile
blob: 749e9dbf16e60a00372ed3ab46bf41afd552c12c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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: Makefile,v 1.1.1.1 1998/02/12 08:11:09 tg Exp $
#

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
MAN1=		xmemory.1

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>