1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/www/publicfile/Makefile
Neil Blakey-Milner 60517bb90a Add dependency to daemontools, now that we have a version of
daemontools that publicfile can use.
2000-04-27 23:10:01 +00:00

29 lines
555 B
Makefile

# New ports collection makefile for: publicfile-0.52
# 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
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>