freebsd-ports/games/xmris/Makefile

34 lines
841 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmris
# Date created: 21 September 1994
# Whom: jmz
#
1999-08-25 02:06:33 -04:00
# $FreeBSD$
PORTNAME= xmris
PORTVERSION= 4.04
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
DISTNAME= ${PORTNAME}.${PORTVERSION}
1996-12-05 19:48:25 -05:00
EXTRACT_SUFX= .tgz
1995-04-06 19:10:36 -04:00
MAINTAINER= jmz@FreeBSD.org
COMMENT= A version of the Mr Do video arcade game for X11
USE_IMAKE= yes
MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
ALL_TARGET= xmris xmred
MAN6= xmred.6 xmris.6 xmsit.6
USE_REINPLACE= yes
post-configure:
cd ${WRKSRC} && ${REINPLACE_CMD} -e 's/MANSUFFIX = 1/MANSUFFIX = 6/' \
-e 's/OWNER = -o games/OWNER = -g games/' \
-e 's/^INSTMRISFLAGS.*/INSTMRISFLAGS = \$(OWNER) -m 2555/' Makefile
2000-05-01 19:18:54 -04:00
post-install:
@${CHMOD} g+w ${X11BASE}/lib/X11/xmris
.include <bsd.port.mk>