freebsd-ports/ftp/ftpq/Makefile

39 lines
792 B
Makefile
Raw Normal View History

2000-07-04 00:25:13 -04:00
# New ports collection makefile for: ftpq
# Date created: Mon 03 Jul 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= ftpq
PORTVERSION= 1.05
PORTREVISION= 1
PORTEPOCH= 1
2000-07-04 00:25:13 -04:00
CATEGORIES= ftp
MASTER_SITES= http://www.tranchant.freeserve.co.uk/software/
MAINTAINER= ports@FreeBSD.org
USE_GMAKE= yes
GNU_CONFIGURE= yes
2000-07-04 00:25:13 -04:00
MAN1= ftpq.1
PLIST_SUB+= SPOOLDIR=${SPOOLDIR}
# This may be set interactively at install-time:
SPOOLDIR?= /var/spool/ftpq
post-patch:
@ ${PERL} -pi -e 's#%%SPOOLDIR%%#${SPOOLDIR}#' \
${WRKSRC}/Makefile.in ${WRKSRC}/src/ftpq.h
2000-07-04 00:25:13 -04:00
post-install:
@ ${MKDIR} ${SPOOLDIR} && ${CHMOD} 777 ${SPOOLDIR}
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${DOCSDIR}
.for docfile in CHANGELOG README TODO
@ ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
.endfor
.endif
2000-07-04 00:25:13 -04:00
.include <bsd.port.mk>