1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/games/xgalaga/Makefile
Michael Haro 65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00

44 lines
1.2 KiB
Makefile

# New ports collection makefile for: xgalaga
# Version required: 2.0
# Date created: 27 August 1995
# Whom: asami
#
# $FreeBSD$
#
DISTNAME= xgalaga-2.0
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
.if ${MACHINE_ARCH} == "alpha"
NOSOUND= yes
.endif
HAS_CONFIGURE= yes
USE_X_PREFIX= yes
# xgalaga has a very strange usage of these variables...
CONFIGURE_ARGS= --prefix=${X11BASE}/lib/X11/xgalaga \
--exec_prefix=${X11BASE}/bin
.if defined(NOSOUND)
CONFIGURE_ARGS+= --without-sound
PLIST= ${PKGDIR}/PLIST.nosound
.else
pre-configure:
@${ECHO} "*****************************************************"
@${ECHO} "* Note that you can build a version of xgalaga that *"
@${ECHO} "* doesn't use the sound driver by typing *"
@${ECHO} "* \"make -DNOSOUND\" *"
@${ECHO} "* following a \"make clean\". *"
@${ECHO} "* Try it if you don't have a sound card and are *"
@${ECHO} "* getting core dumps. *"
@${ECHO} "*****************************************************"
.endif
.include <bsd.port.mk>