summaryrefslogtreecommitdiffstats
path: root/ftp/ftpq/Makefile
blob: 10fcf57bcb60b588985d70c024904618f1ab40ec (plain)
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
# New ports collection makefile for:	ftpq
# Date created:				Mon 03 Jul 2000
# Whom:					will
#
# $FreeBSD$
#

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

DEPRECATED=	upstream has disapeared
EXPIRATION_DATE=	2010-12-30
BROKEN=		does not fetch

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>
OpenPOWER on IntegriCloud