Update www/piwik to version 2.4.1
[dports.git] / ftp / gnustep-ftp / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       ftp
4 PORTVERSION=    0.4
5 CATEGORIES=     ftp gnustep
6 MASTER_SITES=   ${MASTER_SITE_SAVANNAH}
7 MASTER_SITE_SUBDIR=     gap
8 PKGNAMEPREFIX=  gnustep-
9 DISTNAME=       FTP-${PORTVERSION}
10
11 MAINTAINER=     theraven@FreeBSD.org
12 COMMENT=        Compact and handy FTP client for GNUstep
13
14 LICENSE=        GPLv2
15
16 USE_GNUSTEP=    yes
17 USE_GNUSTEP_BACK=       yes
18 USE_GNUSTEP_BUILD=      yes
19 USE_GNUSTEP_INSTALL=    yes
20
21 post-patch:
22         ${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
23                 ${WRKSRC}/GNUmakefile
24
25 .include <bsd.port.mk>