freebsd-ports/mail/rftp/Makefile
Mark Pulford b94744c44d Master site updated
PR:		28792
Submitted by:	maintainer
2001-07-08 06:17:33 +00:00

24 lines
555 B
Makefile

# New ports collection makefile for: rftp
# Date created: 13 Dec, 1997
# Whom: kline
#
# $FreeBSD$
#
PORTNAME= rftp
PORTVERSION= 1.2
CATEGORIES= mail
MASTER_SITES= http://muuz.deadbbs.com/FreeBSD/rftp/
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>