mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
f133dfcbf7
- Add LICENSE_FILE - Strip binary
26 lines
506 B
Makefile
26 lines
506 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= waiho
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 5
|
|
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
|
|
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>
|