blob: 89d54b5f545b254ce6daecf6bda386c07039a358 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: rftp
# Version required: 1.2
# Date created: 13 Dec, 1997
# Whom: kline
#
# $Id: Makefile,v 1.2 1999/03/24 17:49:46 steve Exp $
#
DISTNAME= rftp-1.2
CATEGORIES= mail
MASTER_SITES= ftp://toxic.magnesium.net/pub/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>
|