aboutsummaryrefslogtreecommitdiff
path: root/ftp/ftpq/Makefile
blob: 5a54086e8a677ab2a7c274e49b0bd6dc91ac3f63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	ftpq
# Date created:				Mon 03 Jul 2000
# Whom:					will
#
# $FreeBSD$
#

PORTNAME=	ftpq
PORTVERSION=	0.12
CATEGORIES=	ftp
MASTER_SITES=	http://www.tranchant.freeserve.co.uk/software/

MAINTAINER=	ports@FreeBSD.org

MAN1=		ftpq.1

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ftpq ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/ftpq.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>