mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
9156bf1b9e
Some ports were already installing in the System domain, for these just remove the Makefile lines explicitly specifying the install domain. The rest are installed in the Local domain, remove any overrides, update their pkg-plists and any explicit paths in the Makefiles and then bump port revision. Approved by: bapt (mentor) Differential Revision: https://reviews.freebsd.org/D2977
23 lines
452 B
Makefile
23 lines
452 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= waiho
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 6
|
|
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>
|