1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/mail/rftp/Makefile
Steve Price baaa8fa5f6 Put this port's distfile up on my webpage until the MASTER_SITE is
resurrected by the maintainer.

PR:		10713
1999-03-24 17:49:46 +00:00

25 lines
619 B
Makefile

# New ports collection makefile for: rftp
# Version required: 1.2
# Date created: 13 Dec, 1997
# Whom: kline
#
# $Id: Makefile,v 1.1.1.1 1998/05/06 08:11:00 obrien Exp $
#
DISTNAME= rftp-1.2
CATEGORIES= mail
MASTER_SITES= http://www.freebsd.org/~steve/
MAINTAINER= kline@thought.org
MAN1= rftp.1 uucat.1
# rftp's `make install' stinks, do it properly here
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/rftp ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/uucat ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/rftp.1 ${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/uucat.1 ${PREFIX}/man/man1
.include <bsd.port.mk>