1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/games/xgalaga/Makefile
Satoshi Asami 1f4361e168 The resurrection of the great video game Galaga. It's as slow as a dog
but if you have a super-fast video card, maybe it will be fun.

I don't have a sound card, so that part isn't tested at all.
1995-08-28 07:43:38 +00:00

42 lines
1.2 KiB
Makefile

# New ports collection makefile for: xgalaga
# Version required: 1.2
# Date created: 27 August 1995
# Whom: asami
#
# $Id: Makefile,v 1.5 1995/04/11 00:20:20 asami Exp $
#
DISTNAME= xgalaga-1.6
CATEGORIES+= games
MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/games/
MAINTAINER= asami@FreeBSD.ORG
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
EXTRA_PATCH= patch-ab
nosound:
@echo "Okay, making a quiet version of xgalaga...."
@cp ${FILESDIR}/${EXTRA_PATCH} ${PATCHDIR}
@${MAKE} ${.MAKEFLAGS} all
pre-clean:
@rm -f ${PATCHDIR}/${EXTRA_PATCH}
pre-patch:
@if [ ! -f ${PATCHDIR}/${EXTRA_PATCH} ]; then \
echo "*****************************************************" ; \
echo "* Note that you can build a version of xgalaga that *" ; \
echo "* doesn't use the sound driver by typing *" ; \
echo "* \"make nosound\" *" ; \
echo "* following a \"make clean\". *" ; \
echo "* Try it if you don't have a sound card and are *" ; \
echo "* getting core dumps. *" ; \
echo "*****************************************************" ; \
fi
.include <bsd.port.mk>