1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/ftp/IglooFTP/Makefile
2000-04-12 05:31:29 +00:00

41 lines
900 B
Makefile

# New ports collection makefile for: IglooFTP
# Date created: 3 May 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= IglooFTP
PORTVERSION= 0.6.1
CATEGORIES= ftp
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
ftp://littleigloo.org/pub/iglooftp/
MASTER_SITE_SUBDIR= system/network/file-transfer
DISTNAME= ${PORTNAME}-${PORTVERSION}.src
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
intl.1:${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>