freebsd-ports/ftp/IglooFTP/Makefile

44 lines
962 B
Makefile
Raw Normal View History

# New ports collection makefile for: IglooFTP
# Date created: 3 May 1999
# Whom: Andrey Zakhvatov
#
1999-08-25 01:57:29 -04:00
# $FreeBSD$
#
2000-10-02 22:09:43 -04:00
PORTNAME= IglooFTP
PORTVERSION= 0.6.1
PORTREVISION= 3
2000-10-02 22:09:43 -04:00
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://littleigloo.org/pub/iglooftp/
MASTER_SITE_SUBDIR= system/network/file-transfer
2000-10-02 22:09:43 -04:00
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= shaun@FreeBSD.org
2003-02-20 12:24:13 -05:00
COMMENT= Easy to use FTP client for X Window System
2000-10-02 22:09:43 -04:00
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
2000-10-02 22:09:43 -04:00
USE_X_PREFIX= yes
USE_GNOME= gtk12
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
post-extract:
@${RM} ${WRKSRC}/../share/docs/LICENSE~
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
.endfor
.endif
.include <bsd.port.post.mk>