1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/ftp/quftp/Makefile
Sunpoet Po-Chuan Hsieh 40c9c7f7eb Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://tiswww.case.edu/php/chet/readline/CHANGES
PR:		236156
Exp-run by:	antoine
2019-04-09 14:04:49 +00:00

29 lines
526 B
Makefile

# Created by: Frank Laszlo <laszlof@vonostingroup.com>
# $FreeBSD$
PORTNAME= quftp
PORTVERSION= 1.0.7
PORTREVISION= 6
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>