1999-05-07 13:43:08 -04:00
|
|
|
# New ports collection makefile for: IglooFTP
|
|
|
|
# Date created: 3 May 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 01:57:29 -04:00
|
|
|
# $FreeBSD$
|
1999-05-07 13:43:08 -04:00
|
|
|
#
|
|
|
|
|
2000-10-02 22:09:43 -04:00
|
|
|
PORTNAME= IglooFTP
|
|
|
|
PORTVERSION= 0.6.1
|
|
|
|
CATEGORIES= ftp
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
|
|
ftp://littleigloo.org/pub/iglooftp/
|
1999-05-07 13:43:08 -04:00
|
|
|
MASTER_SITE_SUBDIR= system/network/file-transfer
|
2000-10-02 22:09:43 -04:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
1999-05-07 13:43:08 -04:00
|
|
|
|
2001-01-08 19:06:25 -05:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-05-07 13:43:08 -04:00
|
|
|
|
2000-10-02 22:09:43 -04:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
|
1999-05-07 13:43:08 -04:00
|
|
|
|
2000-10-02 22:09:43 -04:00
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 02:36:23 -04:00
|
|
|
USE_GTK= yes
|
1999-05-07 13:43:08 -04:00
|
|
|
|
2000-07-07 15:59:26 -04:00
|
|
|
post-extract:
|
|
|
|
@${RM} ${WRKSRC}/../share/docs/LICENSE~
|
1999-05-07 13:43:08 -04:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
.for file in AUTHORS BUGS COPYRIGHT THANKS TODO
|
2000-10-05 02:36:23 -04:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/../${file} ${PREFIX}/share/IglooFTP/docs
|
1999-05-07 13:43:08 -04:00
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|