forked from Lainports/freebsd-ports
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.
23 lines
441 B
Makefile
23 lines
441 B
Makefile
# New ports collection makefile for: zircon
|
|
# Date created: 19 Aug 1995
|
|
# Whom: jkh / pst
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= zircon
|
|
PORTVERSION= 1.18.253
|
|
CATEGORIES= irc tk83
|
|
MASTER_SITES= ftp://catless.ncl.ac.uk/pub/
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
${ECHO_CMD} "set go {Yes}" >>${WRKSRC}/install.in
|
|
(cd ${WRKSRC} && ./installZircon NoGui)
|
|
|
|
.include <bsd.port.mk>
|