freebsd-ports/games/xmris/Makefile

32 lines
774 B
Makefile
Raw Normal View History

# Created by: jmz
1999-08-25 08:06:33 +02:00
# $FreeBSD$
PORTNAME= xmris
PORTVERSION= 4.04
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
DISTNAME= ${PORTNAME}.${PORTVERSION}
1996-12-06 01:48:25 +01:00
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A version of the Mr Do video arcade game for X11
USES= imake
USE_XORG= x11 xext xaw xmu xt sm ice
MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
ALL_TARGET= xmris xmred
MAN6= xmred.6 xmris.6 xmsit.6
NO_STAGE= 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-02 01:18:54 +02:00
post-install:
@${CHMOD} g+w ${LOCALBASE}/lib/X11/xmris
2000-05-02 01:18:54 +02:00
.include <bsd.port.mk>