2006-11-05 14:34:23 +01:00
|
|
|
# New ports collection makefile for: ftp
|
|
|
|
# Date created: 05 Nov 2006
|
|
|
|
# Whom: dirk.meyer@dinoex.sub.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= ftp
|
2008-12-19 19:52:32 +01:00
|
|
|
PORTVERSION= 0.2
|
2007-01-31 19:18:14 +01:00
|
|
|
CATEGORIES= ftp gnustep
|
2008-12-23 08:14:38 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
|
|
|
|
MASTER_SITE_SUBDIR= gap
|
2006-11-05 14:34:23 +01:00
|
|
|
PKGNAMEPREFIX= gnustep-
|
|
|
|
DISTNAME= FTP-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
|
|
COMMENT= Compact and handy FTP client for GNUstep
|
|
|
|
|
2010-06-04 15:49:15 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2006-11-05 14:34:23 +01:00
|
|
|
USE_GNUSTEP= yes
|
|
|
|
USE_GNUSTEP_BACK= yes
|
|
|
|
USE_GNUSTEP_BUILD= yes
|
|
|
|
USE_GNUSTEP_INSTALL= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|^GNUSTEP_INSTALLATION_DIR|#GNUSTEP_INSTALLATION_DIR|' \
|
|
|
|
${WRKSRC}/GNUmakefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|