1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/ftp/ftpq/Makefile

24 lines
398 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
PORTVERSION= 1.10
2000-07-04 04:25:13 +00: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 04:25:13 +00:00
MAN1= ftpq.1
post-install:
@${MKDIR} /var/spool/ftpq
@${CHMOD} 777 /var/spool/ftpq
2000-07-04 04:25:13 +00:00
.include <bsd.port.mk>