mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
efcf1d1880
outdated message about insufficient version of daemontools. PR: ports/18282 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
26 lines
521 B
Makefile
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>
|