1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/www/publicfile/Makefile
Neil Blakey-Milner efcf1d1880 Use ${ECHO} instead of 'echo' (from PR), and additionally remove
outdated message about insufficient version of daemontools.

PR:		ports/18282
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-21 12:37:51 +00:00

26 lines
521 B
Makefile

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