freebsd-ports/ftp/quftp/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

30 lines
569 B
Makefile

# New ports collection makefile for: quftp
# Date created: 10 December 2003
# Whom: Frank Laszlo <laszlof@vonostingroup.com>
#
# $FreeBSD$
#
PORTNAME= quftp
PORTVERSION= 1.0.7
PORTREVISION= 3
CATEGORIES= ftp
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A scriptable FTP client
LIB_DEPENDS= readline.6:${PORTSDIR}/devel/readline
GNU_CONFIGURE= yes
CFLAGS+= ${PTHREAD_CFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}
MAN1= quftp.1
PLIST_FILES= bin/quftp
pre-configure:
@${REINPLACE_CMD} -e 's|-O6|-O2|g' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>