mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
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)
34 lines
862 B
Makefile
34 lines
862 B
Makefile
# New ports collection makefile for: xmris
|
|
# Date created: 21 September 1994
|
|
# Whom: jmz
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmris
|
|
PORTVERSION= 4.04
|
|
PORTREVISION= 3
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A version of the Mr Do video arcade game for X11
|
|
|
|
USE_IMAKE= yes
|
|
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
|
|
|
|
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
|
|
|
|
post-install:
|
|
@${CHMOD} g+w ${LOCALBASE}/lib/X11/xmris
|
|
|
|
.include <bsd.port.mk>
|