freebsd-ports/games/oneko/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

23 lines
447 B
Makefile

# New ports collection makefile for: oneko
# Date created: 5 December 1994
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= oneko
PORTVERSION= 1.2
CATEGORIES= games
MASTER_SITES= ftp://ftp.cin.nihon-u.ac.jp/pub/Linux/PJE/PJE-0.1.5/sources/xclt/oneko/ \
http://hp.vector.co.jp/authors/VA004959/oneko/
MAINTAINER= candy@kgc.co.jp
USE_IMAKE= yes
MAN6= oneko.6
pre-configure:
@${ECHO_CMD} "MANSUFFIX=6" >>${WRKSRC}/Imakefile
.include <bsd.port.mk>