# New ports collection makefile for:	ftpq
# Date created:				Mon 03 Jul 2000
# Whom:					will
#
# $FreeBSD: ports/ftp/ftpq/Makefile,v 1.23 2009/08/28 16:52:22 linimon Exp $
#

PORTNAME=	ftpq
PORTVERSION=	1.11
PORTEPOCH=	1
CATEGORIES=	ftp
MASTER_SITES=	http://mark.tranchant.co.uk/files/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Upload queue manager for non-permanent connections

USE_GMAKE=	yes
GNU_CONFIGURE=	yes
MAN1=		ftpq.1
PLIST_SUB+=	SPOOLDIR=${SPOOLDIR}
PORTDOCS=	CHANGELOG README TODO

# This may be set interactively at install-time:
SPOOLDIR?=	/var/spool/ftpq

post-patch:
	@ ${REINPLACE_CMD} -e 's#%%SPOOLDIR%%#${SPOOLDIR}#' \
	  ${WRKSRC}/Makefile.in ${WRKSRC}/src/ftpq.h

post-install:
	@ ${MKDIR} ${SPOOLDIR} && ${CHMOD} 777 ${SPOOLDIR}
.if !defined(NOPORTDOCS)
	@ ${MKDIR} ${DOCSDIR}
	@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
