echo -> ${ECHO}; s/^a // in COMMENT.

This commit is contained in:
wiz 2001-01-23 15:09:52 +00:00
parent d7b7131831
commit 38f3fba5d8
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2001/01/04 01:08:55 wiz Exp $
# $NetBSD: Makefile,v 1.4 2001/01/23 15:09:52 wiz Exp $
DISTNAME= clanbomber-1.01
PKGNAME= ${DISTNAME}nb1
@ -24,8 +24,8 @@ IS_INTERACTIVE= yes
.endif
pre-configure:
echo "#define BOMBERDATDIR \"${X11BASE}/share/clanbomber/clanbomber.dat\"" >> ${WRKSRC}/config.h.in
echo "#define BOMBERMAPS \"${X11BASE}/share/clanbomber/maps\"" >> ${WRKSRC}/config.h.in
${ECHO} "#define BOMBERDATDIR \"${X11BASE}/share/clanbomber/clanbomber.dat\"" >> ${WRKSRC}/config.h.in
${ECHO} "#define BOMBERMAPS \"${X11BASE}/share/clanbomber/maps\"" >> ${WRKSRC}/config.h.in
pre-build:
@if [ "${DISPLAY}" = "" ]; then \

View file

@ -1 +1 @@
a bomberman clone using the ClanLib graphics system
Bomberman clone using the ClanLib graphics system