freebsd-ports/www/publicfile/Makefile
Akinori MUSHA 4adc5a8a71 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 12:08:37 +00:00

27 lines
612 B
Makefile

# New ports collection makefile for: publicfile
# Date created: 24 Jan 2000
# Whom: Neil Blakey-Milner
#
# $FreeBSD$
#
PORTNAME= publicfile
PORTVERSION= 0.52
CATEGORIES= www ftp
MASTER_SITES= http://cr.yp.to/publicfile/ \
ftp://cr.yp.to/publicfile/
MAINTAINER= nbm@FreeBSD.org
RUN_DEPENDS= setuidgid:${PORTSDIR}/sysutils/daemontools \
tcpserver:${PORTSDIR}/sysutils/ucspi-tcp
ALL_TARGET= it
INSTALL_TARGET= setup check
post-patch:
@${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
@${ECHO_CMD} "${CC} -s" > ${WRKSRC}/conf-ld
@${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home
.include <bsd.port.mk>