1995-04-11 02:20:58 +02:00
|
|
|
# New ports collection makefile for: xmris
|
|
|
|
# Date created: 21 September 1994
|
|
|
|
# Whom: jmz
|
|
|
|
#
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1995-04-11 02:20:58 +02:00
|
|
|
|
2000-04-14 14:28:40 +02:00
|
|
|
PORTNAME= xmris
|
|
|
|
PORTVERSION= 4.04
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 2
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= games
|
1996-12-07 00:25:56 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
|
|
MASTER_SITE_SUBDIR= games
|
2000-04-14 14:28:40 +02:00
|
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
1996-12-06 01:48:25 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
1995-04-11 02:20:58 +02:00
|
|
|
|
2008-11-29 01:11:56 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A version of the Mr Do video arcade game for X11
|
1994-09-21 14:42:56 +02:00
|
|
|
|
2001-01-16 18:33:20 +01:00
|
|
|
USE_IMAKE= yes
|
1995-04-11 02:20:58 +02:00
|
|
|
MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
|
2002-10-20 00:54:28 +02:00
|
|
|
ALL_TARGET= xmris xmred
|
1998-09-28 04:25:34 +02:00
|
|
|
MAN6= xmred.6 xmris.6 xmsit.6
|
2002-10-20 00:54:28 +02:00
|
|
|
|
|
|
|
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
|
1995-04-11 02:20:58 +02:00
|
|
|
|
2000-05-02 01:18:54 +02:00
|
|
|
post-install:
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
@${CHMOD} g+w ${LOCALBASE}/lib/X11/xmris
|
2000-05-02 01:18:54 +02:00
|
|
|
|
1994-09-21 14:42:56 +02:00
|
|
|
.include <bsd.port.mk>
|