1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/games/xgalaga/Makefile
Satoshi Asami 23620d7140 Upgrade, 1.6 -> 1.6b.
Reminded by:	Andreas Klemm <andreas@knobel.gun.de>
1996-01-16 10:40:58 +00:00

42 lines
1.2 KiB
Makefile

# New ports collection makefile for: xgalaga
# Version required: 1.6b
# Date created: 27 August 1995
# Whom: asami
#
# $Id: Makefile,v 1.1.1.1 1995/08/28 07:43:37 asami Exp $
#
DISTNAME= xgalaga-1.6b
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>