summaryrefslogtreecommitdiff
path: root/ftp/bftpd/Makefile
blob: 05cc3a98390c5572290f100bfa7073b50b194cb9 (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
# New ports collection makefile for:	bftpd
# Date created:				7 April 2001
# Whom:					will
#
# $FreeBSD$
#

PORTNAME=	bftpd
PORTVERSION=	1.4
CATEGORIES=	ftp
MASTER_SITES=	http://bftpd.sourceforge.net/downloads/src/ \
		http://www.alaskaparadise.com/freebsd/

MAINTAINER=	beech@mangohealth.org
COMMENT=	Very configurable FTP server that can do chroot easily

GNU_CONFIGURE=	yes

CONFIGURE_ARGS+=	--enable-pam

MAN8=		bftpd.8

post-patch:
	@${REINPLACE_CMD} -e "s@chmod 644 /var@#chmod 644 /var@g; \
			s@touch /var@#touch /var@g; \
			s@DESTDIR)/etc@prefix)/etc@g; \
			s@bftpd.conf @bftpd.conf.sample @g" ${WRKSRC}/Makefile.in
	@${REINPLACE_CMD} -e 's,/etc/bftpd.conf,${PREFIX}/etc/bftpd.conf,' \
		${WRKSRC}/mypaths.h
	@${REINPLACE_CMD} -e "s@-ldl@@" ${WRKSRC}/configure
	@${CP} ${WRKSRC}/bftpd.conf ${WRKSRC}/bftpd.conf.sample

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/en/bftpddoc-en.txt ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/doc/en/*.html ${DOCSDIR}
.endif

.include <bsd.port.mk>