mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
b6546ca2ca
Also fix a few bits of generic infrastructure along the way. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2961
23 lines
429 B
Makefile
23 lines
429 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= ftp
|
|
PORTVERSION= 0.5
|
|
CATEGORIES= ftp gnustep
|
|
MASTER_SITES= SAVANNAH/gap
|
|
PKGNAMEPREFIX= gnustep-
|
|
DISTNAME= FTP-${PORTVERSION}
|
|
|
|
MAINTAINER= theraven@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>
|