1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/ftp/ftpq/Makefile

38 lines
821 B
Makefile
Raw Normal View History

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
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
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
USE_GMAKE= yes
GNU_CONFIGURE= yes
2000-07-04 04:25:13 +00:00
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
2000-07-04 04:25:13 +00:00
post-install:
@ ${MKDIR} ${SPOOLDIR} && ${CHMOD} 777 ${SPOOLDIR}
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif
2000-07-04 04:25:13 +00:00
.include <bsd.port.mk>