mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
cb037d3c98
- Bump PORTREVISION for shlib change Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html Differential Revision: https://reviews.freebsd.org/D11172 PR: 219947 Exp-run by: antoine
29 lines
526 B
Makefile
29 lines
526 B
Makefile
# Created by: Frank Laszlo <laszlof@vonostingroup.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= quftp
|
|
PORTVERSION= 1.0.7
|
|
PORTREVISION= 5
|
|
CATEGORIES= ftp
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Scriptable FTP client
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USES= ncurses readline
|
|
GNU_CONFIGURE= yes
|
|
|
|
LDFLAGS+= -lpthread
|
|
PLIST_FILES= bin/quftp man/man1/quftp.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/^CFLAGS/s|+=.*|= ${CFLAGS} ${CPPFLAGS}|' \
|
|
${WRKSRC}/Makefile.in
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/quftp
|
|
|
|
.include <bsd.port.mk>
|