freebsd-ports/games/xsol/Makefile
Akinori MUSHA bc07afc1c2 Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.

Use command macros where appropriate.
2002-01-29 10:53:27 +00:00

22 lines
404 B
Makefile

# New ports collection makefile for: xsol
# Date created: 2 Jan 1995
# Whom: swallace
#
# $FreeBSD$
#
PORTNAME= xsol
PORTVERSION= 2.1.1
CATEGORIES= games
MASTER_SITES= ftp://ftp.simcb.ru/pub/unix/src/
DISTNAME= ${PORTNAME}-new
MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
MAN6= xsol.6
post-patch:
@${ECHO_CMD} "MANSUFFIX=6" >> ${WRKSRC}/Imakefile
.include <bsd.port.mk>