# New ports collection makefile for: wput # Date created: 2 December 2003 # Whom: Nosov Artem # # $FreeBSD$ # PORTNAME= wput PORTVERSION= 0.6.2 PORTREVISION= 1 CATEGORIES= ftp MASTER_SITES= SF EXTRACT_SUFX= .tgz MAINTAINER= chip-set@mail.ru COMMENT= Uploads files or directories to a ftpserver with support of resuming PORTDOCS= ABOUT-NLS COPYING ChangeLog INSTALL TODO PORTEXAMPLES= USAGE.examples USAGE.resumehandling USAGE.urlhandling \ passwordfile wputrc GNU_CONFIGURE= yes CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS}" \ LIBS="${LDFLAGS}" MAKE_JOBS_UNSAFE=yes OPTIONS= TLS "Enable TLS support" On \ NLS "Native Language Support with gettext" On MAN1= wdel.1 wput.1 .include .if !defined(WITHOUT_TLS) LIB_DEPENDS+= gnutls.40:${PORTSDIR}/security/gnutls CONFIGURE_ARGS+= --with-ssl .else CONFIGURE_ARGS+= --without-ssl .endif .if !defined(WITHOUT_NLS) USE_ICONV= yes USE_GETTEXT= yes CONFIGURE_ARGS+= --enable-nls \ --with-libintl-prefix=${LOCALBASE} \ --with-libiconv-prefix=${LOCALBASE} PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls --without-libiconv-prefix PLIST_SUB= NLS="@comment " .endif pre-configure: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' \ ${WRKSRC}/src/memdbg.c \ ${WRKSRC}/src/socketlib.c post-install: @${INSTALL_MAN} ${MAN1:S,^,${WRKSRC}/doc/,} ${MANPREFIX}/man/man1/ .if !defined(NOPORTDOCS) @${INSTALL} -d ${DOCSDIR} @${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) @${INSTALL} -d ${EXAMPLESDIR} @${INSTALL_DATA} ${PORTEXAMPLES:S,^,${WRKSRC}/doc/,} ${EXAMPLESDIR} .endif .include rn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.4.2amdmi32016-10-101-2/+4
| | | | | - Add LICENSE - Regenerate patches
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-3/+3
| | | | | With hat: portmgr Sponsored by: Absolight
* - Switch to options helpersamdmi32015-09-241-22/+12
|
* - Remove unncecessary full path to binary from *_DEPENDSamdmi32015-07-101-1/+1
|
* Switch ports depending on docbook* through a directory name to a package name,antoine2015-01-241-1/+1
| | | | as a directory name can't be attributed to a package
* - Drop .la files for graphics/liblqr-1, no dependees require themamdmi32014-09-161-2/+2
| | | | - Bump dependent ports as .so version has changed
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-131-1/+1
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt)
* - Switch to USES=libtool, drop .la filesamdmi32014-06-041-2/+3
| | | | - Strip libraries
* - Convert USE_BZIP2 to USESamdmi32014-05-081-2/+1
|
* Consolidate the docbook ports into -sgml and -xml variants.mat2014-02-191-2/+2
| | | | | Submitted by: hrs (based on) Sponsored by: Absolight
* Chase docbook cleanup dependencies.mat2014-02-181-1/+1
| | | | Sponsored by: Absolight
* - Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as ↵amdmi32013-12-171-1/+0
| | | | suggested by Porter's Handbook
* - Support stagingamdmi32013-10-311-11/+5
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | graphics)
* Eradicate USE_GNOME=pkgconfig from graphicsbapt2013-09-021-3/+2
| | | | | | | | | While here: - trim headers - convert: * USE_GNOME=gnomehack -> USES=pathfix * USE_GMAKE=yes -> USES=gmake * USE_PERL5 -> USES=perl5
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
| | | | Approved by: portmgr (bdrewery)
* The FreeBSD GNOME team presents a Glib and Gtk+ 3 update.kwm2013-07-311-3/+3
| | | | | | | | | | | | | | | | | | | | This update updates Glib20 to 2.36 and Gtk+ 3.8 * The gio-fam-backend port that used gamin for the GFileMonitor API is gone. It is replaced by a GIO kqueue implementation developed as part of a NetBSD GSoC 2011 project by Dimitry Matveev. * Fix a bug in the glib20 Makefile so it includes -lintl in the glib-2.0 pkgconfig file [1]. This broke static linking and newer binutils. * Add introspection USE_GNOME component which sets GI_SCANNER_DISABLE_CACHE to prevent creation of / root/.cache dir. Defaults to build & run depend, but :build and :run switches available. * New x11-toolkits/pangox-compat port and companion USE_GNOME component for pangox support which was removed from the pango port. Add it to ports still using pangox API. Exp-run by: bapt@ PR: ports/178958 [1] Submitted by: emaste@ [1]
* - Trim Makefile headersamdmi32013-07-121-2/+2
| | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful - Canonicalize patch names - Fix DOS line endings in patch files
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-251-1/+1
| | | | Approved by: portmgr (bapt)
* - OptionsNGamdmi32013-03-011-19/+17
| | | | | | | | | - Trim header - Sort out HTMLDOCS installation - Don't depend on unnecessary glib parts [1] PR: 176391 [1] Submitted by: Reko Turja <reko.turja@liukuma.net>
* - Fix build in the case of path= environement variable is setamdmi32012-10-181-1/+1
| | | | | | PR: 172747 Submitted by: João Rocha Braga Filho <goffredo@gmail.com> Feature safe: yes
* - Remove outdated OSVERSION conditionalsamdmi32012-07-111-3/+0
|
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
|
* - Fix build FreeBSD 10miwi2011-10-291-0/+1
|
* - Fix build with clangamdmi32011-07-261-0/+3
| | | | Submitted by: Pawel Worach <pawel.worach@gmail.com>
* - Add USE_GETTEXT, bump PORTREVISIONamdmi32010-06-021-1/+2
|
* - Do not install documentation by default as it requires too many dependsamdmi32010-05-131-9/+13
| | | | | PR: 146518 Submitted by: mm
* - Use pkg-message.in instead of composing pkg-message with ECHO_CMDamdmi32010-01-111-7/+2
| | | | | PR: 142543 Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
* - Update URL of my distfile mirror in 87 portsamdmi32009-07-291-1/+1
| | | | Approved by: portmgr (erwin)
* - Update to 0.4.1amdmi32009-05-141-5/+3
| | | | - Mark MAKE_JOBS_SAFE
* - Update address of my distfile mirroramdmi32009-01-061-1/+1
|
* - Update to 0.2.1amdmi32008-11-06