freebsd-ports/misc/lile/Makefile
Akinori MUSHA 897d06aa97 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.
2002-01-29 11:48:57 +00:00

25 lines
520 B
Makefile

# New ports collection makefile for: ile
# Date created: 25 Jun 1997
# Whom: jmz
#
# $FreeBSD$
#
PORTNAME= ile
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= ftp://ftp.inria.fr/system/user/
DISTNAME= lile-2.0
EXTRACT_SUFX= .tar.z
MAINTAINER= jmz@FreeBSD.org
MAN1= ile.1
do-configure:
@(cd ${WRKSRC}; ${MV} Makefile Makefile.old; \
${SED} -e s:/usr/local:${PREFIX}: <Makefile.old > Makefile; \
${ECHO_CMD} all: ile >> Makefile; ${ECHO_CMD} CC=cc ${CFLAGS} >> Makefile)
.include <bsd.port.mk>