33e3d901d4
modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav)
29 lines
665 B
Makefile
29 lines
665 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= 2
|
|
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
|
|
USE_XORG= x11 xext
|
|
MAN1= xmemory.1
|
|
|
|
post-install:
|
|
@${MKDIR} ${LOCALBASE}/lib/X11/xmemory
|
|
${INSTALL_DATA} ${WRKSRC}/home.mem ${WRKSRC}/sports.mem \
|
|
${LOCALBASE}/lib/X11/xmemory
|
|
${LN} -sf home.mem ${LOCALBASE}/lib/X11/xmemory/default.mem
|
|
|
|
.include <bsd.port.mk>
|