mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
55a61bb102
directory.
27 lines
556 B
Makefile
27 lines
556 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
|
|
|
|
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>
|