aboutsummaryrefslogtreecommitdiff
path: root/ftp/gnustep-ftp/Makefile
blob: 7cfc7bb8e92d5d6583ac6e405d7dac04127d34c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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>