2003-12-08 11:13:10 +01:00
|
|
|
# New ports collection makefile for: wput
|
|
|
|
# Date created: 2 December 2003
|
|
|
|
# Whom: Nosov Artem <chip-set@mail.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= wput
|
2004-12-18 08:16:25 +01:00
|
|
|
PORTVERSION= 0.5
|
2003-12-08 11:13:10 +01:00
|
|
|
CATEGORIES= ftp
|
2005-01-03 10:45:09 +01:00
|
|
|
MASTER_SITES= http://itooktheredpill.dyndns.org/wput/ \
|
|
|
|
${MASTER_SITE_GENTOO}
|
|
|
|
MASTER_SITE_SUBDIR=distfiles
|
2003-12-08 11:13:10 +01:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
|
|
|
MAINTAINER= chip-set@mail.ru
|
|
|
|
COMMENT= Uploads files or directories to a ftpserver with support of resuming
|
|
|
|
|
2004-07-08 10:02:10 +02:00
|
|
|
PORTDOCS= TODO ChangeLog
|
2004-03-08 20:37:44 +01:00
|
|
|
|
2003-12-08 11:13:10 +01:00
|
|
|
USE_GETOPT_LONG= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
2004-01-12 10:13:52 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-11 10:04:41 +02:00
|
|
|
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
2004-09-02 21:29:35 +02:00
|
|
|
CONFIGURE_ENV= LIBS="${LDFLAGS}"
|
2003-12-08 11:13:10 +01:00
|
|
|
|
2004-03-08 20:37:44 +01:00
|
|
|
PLIST_FILES= bin/wput
|
2004-12-18 08:16:25 +01:00
|
|
|
MANCOMPRESSED= yes
|
2004-07-08 10:02:10 +02:00
|
|
|
MAN1= wput.1
|
2004-03-08 20:37:44 +01:00
|
|
|
|
2003-12-08 11:13:10 +01:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-03-08 20:37:44 +01:00
|
|
|
.for f in ${PORTDOCS}
|
2003-12-08 11:13:10 +01:00
|
|
|
@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
|
|
|
.endfor
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|