aboutsummaryrefslogtreecommitdiff
path: root/ftp/tftp-hpa/Makefile
blob: 597f2448ae0a8124072c083e6a78adcf5ef02c9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Ports collection makefile for:	tftp-hpa
# Date created:				Tue Jan 14, 2003
# Whom:					Brooks Davis <brooks@freebsd.org>
#
# $FreeBSD$
#

PORTNAME=	tftp-hpa
PORTVERSION=	5.2
CATEGORIES=	ftp
MASTER_SITES=	${MASTER_SITE_KERNEL_ORG}
MASTER_SITE_SUBDIR=	software/network/tftp/tftp-hpa

MAINTAINER=	brooks@FreeBSD.org
COMMENT=	An advanced tftp server

USE_XZ=		yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_RC_SUBR=	tftpd

PLIST_FILES=	bin/tftp \
		libexec/in.tftpd
.ifndef (NOPORTDOCS)
PORTDOCS=	CHANGES \
		README \
		README.security
.endif

MAN1=		tftp.1
MAN8=		in.tftpd.8
MLINKS=		in.tftpd.8 tftpd.8

post-patch:
	@${REINPLACE_CMD} -e 's,SBINDIR,LIBEXECDIR,; s,sbindir,libexecdir,' \
	    ${WRKSRC}/MCONFIG.in
	@${REINPLACE_CMD} -e 's,SBINDIR,LIBEXECDIR,g' \
	    ${WRKSRC}/tftpd/Makefile
	@${REINPLACE_CMD} -e 's,LOG_DAEMON,LOG_FTP,g' \
	    -e 's,openlog(,tzset();openlog(,g' \
	    ${WRKSRC}/tftpd/tftpd.c

.ifdef PORTDOCS
post-install:
	@${MKDIR} ${DOCSDIR}
.for docfile in ${PORTDOCS}
	@${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>