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
|
2006-03-07 03:28:06 -05:00
|
|
|
PORTREVISION= 3
|
2000-10-02 22:09:43 -04:00
|
|
|
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
|
|
|
|
2006-06-19 16:06:59 -04:00
|
|
|
MAINTAINER= shaun@FreeBSD.org
|
2003-02-20 12:24:13 -05:00
|
|
|
COMMENT= Easy to use FTP client for X Window System
|
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
|
2002-08-30 09:46:46 -04:00
|
|
|
USE_GNOME= gtk12
|
2006-02-14 10:25:52 -05:00
|
|
|
ALL_TARGET= # empty
|
|
|
|
MAKE_ARGS= CC=${CC} C_FLAGS="${CFLAGS}" DESTDIR=${PREFIX}
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if (${OSVERSION} < 500000)
|
|
|
|
BROKEN= Requires more recent libc
|
|
|
|
.endif
|
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
|
|
|
|
|
2006-02-14 10:25:52 -05:00
|
|
|
.include <bsd.port.post.mk>
|