1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/ftp/IglooFTP/Makefile
Seiichirou Hiraoka fe38af43c7 PR: ports/11463
Submitted by:	andy@icc.surw.chel.su
Easy to use FTP client for X Window System.
1999-05-07 17:43:08 +00:00

44 lines
1020 B
Makefile

# New ports collection makefile for: IglooFTP
# Version required: 0.6.1
# Date created: 3 May 1999
# Whom: Andrey Zakhvatov
#
# $Id$
#
DISTNAME= IglooFTP-0.6.1.src
PKGNAME= IglooFTP-0.6.1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://littleigloo.org/pub/iglooftp/
MASTER_SITE_SUBDIR= system/network/file-transfer
MAINTAINER= andy@icc.surw.chel.su
LIB_DEPENDS= gdk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
glib12:${PORTSDIR}/devel/glib12 \
gmodule12:${PORTSDIR}/devel/glib12 \
gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 \
intl:${PORTSDIR}/devel/gettext
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/IglooFTP-0.6.1
do-build:
@ cd ${WRKSRC}/src; ${MAKE}
do-install:
@ cd ${WRKSRC}/src; ${MAKE} install
@ ${RM} ${PREFIX}/share/IglooFTP/docs/LICENSE~
post-install:
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${PREFIX}/share/doc/IglooFTP
.for file in AUTHORS BUGS COPYRIGHT THANKS TODO
@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/IglooFTP
.endfor
.endif
.include <bsd.port.mk>