freebsd-ports/ftp/wput/Makefile
Edwin Groothuis f6d14d5a72 Update port: ftp/wput - new version (0.5)
There's a new version of wput out there, 0.5

PR:		ports/75085
Submitted by:	Pasi Hirvonen <psh@iki.fi>
Approved by:	".::ChiP::." <chip-set@mail.ru>
2004-12-18 07:16:25 +00:00

39 lines
787 B
Makefile

# New ports collection makefile for: wput
# Date created: 2 December 2003
# Whom: Nosov Artem <chip-set@mail.ru>
#
# $FreeBSD$
#
PORTNAME= wput
PORTVERSION= 0.5
CATEGORIES= ftp
MASTER_SITES= http://itooktheredpill.dyndns.org/wput/
EXTRACT_SUFX= .tgz
MAINTAINER= chip-set@mail.ru
COMMENT= Uploads files or directories to a ftpserver with support of resuming
PORTDOCS= TODO ChangeLog
USE_GETOPT_LONG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= LIBS="${LDFLAGS}"
PLIST_FILES= bin/wput
MANCOMPRESSED= yes
MAN1= wput.1
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>