summaryrefslogtreecommitdiff
path: root/ftp/waiho
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-08 02:33:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-03-08 02:33:10 +0000
commitf133dfcbf73316ca4ba0a92b826fb08b4c16c912 (patch)
tree799eb7dc64f6af36ee354fc7577cc6c3500f88b1 /ftp/waiho
parent- Strip binary (diff)
- Pet portlint
- Add LICENSE_FILE - Strip binary
Notes
Notes: svn path=/head/; revision=380726
Diffstat (limited to 'ftp/waiho')
-rw-r--r--ftp/waiho/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/ftp/waiho/Makefile b/ftp/waiho/Makefile
index 8097443d9918..394301ad6863 100644
--- a/ftp/waiho/Makefile
+++ b/ftp/waiho/Makefile
@@ -2,20 +2,24 @@
PORTNAME= waiho
PORTVERSION= 0.2
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= ftp gnustep
MASTER_SITES= http://www.roard.com/waiho/download/
DISTNAME= Waiho-${PORTVERSION}
-EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple FTP client for GNUstep
LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+USES= tar:tgz
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Waiho.app/Waiho
+
.include <bsd.port.mk>