blob: 8ad5bb325ace41c57a0d7f55040947a32da5c981 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: cftp
# Version required: 0.9.1
# Date created: 14 October 1997
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= cftp-0.9.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/
MAINTAINER= andy@icc.surw.chel.su
GNU_CONFIGURE= yes
pre-install:
@if [ ! -f ${PREFIX}/info/dir ]; then \
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
fi
post-install:
@ ${MKDIR} ${PREFIX}/share/doc/cftp
.for file in AUTHORS ChangeLog NEWS README THANKS TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cftp
.endfor
.include <bsd.port.mk>
|