1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/ftp/gnustep-ftp/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
429 B
Makefile

PORTNAME= ftp
PORTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= ftp gnustep
MASTER_SITES= SAVANNAH/gap
PKGNAMEPREFIX= gnustep-
DISTNAME= FTP-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Compact and handy FTP client for GNUstep
LICENSE= GPLv2
USES= gnustep
USE_GNUSTEP= back build
post-patch:
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
${WRKSRC}/GNUmakefile
.include <bsd.port.mk>