1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/ftp/waiho/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

21 lines
440 B
Makefile

PORTNAME= waiho
PORTVERSION= 0.2
PORTREVISION= 11
CATEGORIES= ftp gnustep
MASTER_SITES= http://www.roard.com/waiho/download/
DISTNAME= Waiho-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Simple FTP client for GNUstep
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:tgz gnustep
USE_GNUSTEP= back build
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Waiho.app/Waiho
.include <bsd.port.mk>