1998-05-14 07:27:52 +00:00
|
|
|
# New ports collection makefile for: cftp
|
|
|
|
# Date created: 14 October 1997
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1998-05-14 07:27:52 +00:00
|
|
|
#
|
|
|
|
|
2000-04-12 05:31:29 +00:00
|
|
|
PORTNAME= cftp
|
|
|
|
PORTVERSION= 0.9.3
|
1999-08-02 10:44:03 +00:00
|
|
|
CATEGORIES= ftp
|
2000-12-12 07:56:38 +00:00
|
|
|
MASTER_SITES= ftp://sunsite.univie.ac.at/pub/nih/cftp/ \
|
2000-06-29 07:03:02 +00:00
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= andy
|
1998-05-14 07:27:52 +00:00
|
|
|
|
2000-03-29 07:19:16 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1998-05-14 07:27:52 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
post-install:
|
1999-04-05 23:44:25 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
1998-05-14 07:27:52 +00:00
|
|
|
@ ${MKDIR} ${PREFIX}/share/doc/cftp
|
|
|
|
.for file in AUTHORS ChangeLog NEWS README THANKS TODO
|
|
|
|
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cftp
|
|
|
|
.endfor
|
1999-04-05 23:44:25 +00:00
|
|
|
.endif
|
1998-05-14 07:27:52 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|