7e710503a4
----- The following addresses had permanent fatal errors ----- <bsdport@ddm.wox.org> (reason: 550 <bsdport@ddm.wox.org>: User has moved to bsdport-nospam@... due to excessive spam +sent to the bs...are occasion when someone needs to send real mail they can re-send it. Sorry for +the inconvenience.) but repeated emails to the redirected account are not acknowledged. Reset maintainer.
27 lines
624 B
Makefile
27 lines
624 B
Makefile
# New ports collection makefile for: xmemory
|
|
# Date Created: Sat Feb 7 21:37:09 EST 1998
|
|
# Whom: Dave Chapeskie <dchapes@ddm.on.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xmemory
|
|
PORTVERSION= 3.7
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games/multiplayer
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Multi-player memory game
|
|
|
|
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>
|