aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/gnustep-ftp/Makefile
blob: 2dc20338a3ac568e97eb7715fec730d2f74ef1db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $FreeBSD$

PORTNAME=   ftp
PORTVERSION=    0.5
PORTREVISION=   3
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>