1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-23 20:51:43 +00:00
freebsd-ports/games/xgalaga/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

39 lines
1.1 KiB
Makefile

# New ports collection makefile for: xgalaga
# Version required: 2.0
# Date created: 27 August 1995
# Whom: asami
#
# $Id: Makefile,v 1.7 1998/05/28 07:39:14 tg Exp $
#
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
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
.endif
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} "*****************************************************"
.include <bsd.port.mk>