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