mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
cf118ccf87
Reported by: lwhsu
22 lines
429 B
Makefile
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>
|