2000-07-04 04:25:13 +00:00
|
|
|
# New ports collection makefile for: ftpq
|
|
|
|
# Date created: Mon 03 Jul 2000
|
|
|
|
# Whom: will
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ftpq
|
2009-02-02 07:40:55 +00:00
|
|
|
PORTVERSION= 1.11
|
2001-09-05 13:21:36 +00:00
|
|
|
PORTEPOCH= 1
|
2000-07-04 04:25:13 +00:00
|
|
|
CATEGORIES= ftp
|
2009-01-31 23:20:30 +00:00
|
|
|
MASTER_SITES= http://mark.tranchant.co.uk/files/
|
2000-07-04 04:25:13 +00:00
|
|
|
|
2008-01-23 22:43:36 +00:00
|
|
|
MAINTAINER= beech@FreeBSD.org
|
2003-02-20 17:24:13 +00:00
|
|
|
COMMENT= Upload queue manager for non-permanent connections
|
2000-07-04 04:25:13 +00:00
|
|
|
|
2001-08-08 05:52:17 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2000-07-04 04:25:13 +00:00
|
|
|
MAN1= ftpq.1
|
2001-09-05 13:21:36 +00:00
|
|
|
PLIST_SUB+= SPOOLDIR=${SPOOLDIR}
|
2008-01-24 07:52:21 +00:00
|
|
|
PORTDOCS= CHANGELOG README TODO
|
2001-09-05 13:21:36 +00:00
|
|
|
|
2001-09-05 14:36:53 +00:00
|
|
|
# This may be set interactively at install-time:
|
|
|
|
SPOOLDIR?= /var/spool/ftpq
|
|
|
|
|
2001-09-05 13:21:36 +00:00
|
|
|
post-patch:
|
2002-06-21 16:13:17 +00:00
|
|
|
@ ${REINPLACE_CMD} -e 's#%%SPOOLDIR%%#${SPOOLDIR}#' \
|
2001-09-05 13:21:36 +00:00
|
|
|
${WRKSRC}/Makefile.in ${WRKSRC}/src/ftpq.h
|
2000-07-04 04:25:13 +00:00
|
|
|
|
2001-08-08 05:52:17 +00:00
|
|
|
post-install:
|
2001-09-05 13:21:36 +00:00
|
|
|
@ ${MKDIR} ${SPOOLDIR} && ${CHMOD} 777 ${SPOOLDIR}
|
2001-09-05 14:36:53 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@ ${MKDIR} ${DOCSDIR}
|
2008-01-24 07:52:21 +00:00
|
|
|
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
2001-09-05 14:36:53 +00:00
|
|
|
.endif
|
2000-07-04 04:25:13 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|