aboutsummaryrefslogblamecommitdiff
path: root/ftp/gnustep-ftp/Makefile
blob: bfe94ae54f8ee299120cae3538fadb309a076b1f (plain) (tree)
1
2
3
4
5
6
7
8
9
           

                   
                   
                           
                            


                                  
                                    

                                                        

                     

                          





                                                                                      
# $FreeBSD$

PORTNAME=	ftp
PORTVERSION=	0.6
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>