mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
25 lines
589 B
Makefile
25 lines
589 B
Makefile
|
# New ports collection makefile for: rftp
|
||
|
# Version required: 1.2
|
||
|
# Date created: 13 Dec, 1997
|
||
|
# Whom: kline
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= rftp-1.2
|
||
|
CATEGORIES= mail
|
||
|
MASTER_SITES= http://www2.fortunecity.com/skyscraper/siliconex/38/
|
||
|
|
||
|
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>
|