openbsd-ports/games/xmris/Makefile
espie b3ed337056 Change MAKE_FLAGS to remove the -f.
Actually reading the Makefiles proved that about one third of them was
confused about this already...
2000-02-12 00:43:57 +00:00

29 lines
663 B
Makefile

# $OpenBSD: Makefile,v 1.6 2000/02/12 00:43:58 espie Exp $
DISTNAME= xmris.4.04
PKGNAME= xmris-4.04
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
EXTRACT_SUFX= .tgz
NEED_VERSION= 1.195
NO_CDROM= "NOFEE: Can not sell"
MAINTAINER= angelos@openbsd.org
USE_GMAKE= yes
USE_IMAKE= yes
MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults
ALL_TARGET= xmris
pre-configure:
@cd ${WRKSRC} && \
mv -f Imakefile Imakefile.orig && \
echo "LOCAL=${PREFIX}" >Imakefile && \
sed -e 's/\\ $$/\\/' <Imakefile.orig >>Imakefile && \
echo "CDEBUGFLAGS=-O2" >>Imakefile && \
echo "MANSUFFIX=6" >>Imakefile
.include <bsd.port.mk>