aboutsummaryrefslogblamecommitdiff
path: root/ftp/wput/Makefile
blob: aa578d7f53195bb4db47fc92020299927a2d9192 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                                                      
                      

                                                       
                          




                                                                                    

                                   
                           


                                     
                   



                                                                       

                        


                            
                     




                                                  
# New ports collection makefile for:	wput
# Date created:				2 December 2003
# Whom:					Nosov Artem <chip-set@mail.ru>
#
# $FreeBSD$
#

PORTNAME=	wput
PORTVERSION=	0.3.6d
CATEGORIES=	ftp
MASTER_SITES=	http://itooktheredpill.dyndns.org/wput/
DISTNAME=	wput-0.3.6
EXTRACT_SUFX=	.tgz

MAINTAINER=	chip-set@mail.ru
COMMENT=	Uploads files or directories to a ftpserver with support of resuming

PORTDOCS=	TODO USAGE.examples

USE_AUTOCONF_VER=	253
USE_GETOPT_LONG=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}

GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
		LIBS="-L${LOCALBASE}/lib"

PLIST_FILES=	bin/wput

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>