mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
baaa8fa5f6
resurrected by the maintainer. PR: 10713
25 lines
619 B
Makefile
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>
|