1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/ftp/wmget/Makefile
Peter Pentchev 64e068d25c Update the ftp/curl port to 7.16.0.
Bump PORTREVISION of all dependent ports.
Fix the build errors in the few ports that still use the long deprecated,
and now obsoleted, cURL options.

Thanks to everyone who took the time to look over the patch!

Discussed on:	-ports
2006-12-13 12:41:35 +00:00

36 lines
756 B
Makefile

# New ports collection makefile for: wmget
# Date created: 05.01.2004
# Whom: Ulrich Spoerlein <q@uni.de>
#
# $FreeBSD$
PORTNAME= wmget
PORTVERSION= 0.6.0
PORTREVISION= 1
CATEGORIES= ftp
MASTER_SITES= http://amtrickey.net/download/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= uspoerlein@gmail.com
COMMENT= Dock app for Window Maker providing wget functionality
LIB_DEPENDS= curl.4:${PORTSDIR}/ftp/curl
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GETOPT_LONG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_ENV+= ${CONFIGURE_ENV}
MAN1= wmget.1
PLIST_FILES= bin/wmget
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/wmget ${PREFIX}/bin
.if !defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/wmget.1 ${PREFIX}/man/man1
.endif
.include <bsd.port.mk>