1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/xmemory/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

29 lines
640 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
PORTREVISION= 1
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>