4adc5a8a71
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.
28 lines
612 B
Makefile
28 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>
|