mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
60517bb90a
daemontools that publicfile can use.
29 lines
555 B
Makefile
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>
|